tangled
alpha
login
or
join now
sharparam.com
/
dotfiles
0
fork
atom
this repo has no description
dotfiles
0
fork
atom
overview
issues
pulls
pipelines
Fix travis config and add WSL QMK lines
sharparam.com
6 years ago
15bf8cac
3080e12b
+5
-1
1 changed file
expand all
collapse all
unified
split
zsh
.zshrc
+5
-1
zsh/.zshrc
reviewed
···
155
155
fi
156
156
157
157
# added by travis gem
158
158
-
[ -f /home/sharparam/.travis/travis.sh ] && source /home/sharparam/.travis/travis.sh
158
158
+
[ -f $HOME/.travis/travis.sh ] && source $HOME/.travis/travis.sh
159
159
+
160
160
+
if [[ $is_wsl ]]; then
161
161
+
[ -f $HOME/qmk_utils/activate_wsl.sh ] && source $HOME/qmk_utils/activate_wsl.sh
162
162
+
fi
159
163
160
164
alias ...='../..'
161
165
alias ....='../../..'