wsl only configuration
This commit is contained in:
parent
137f5d930e
commit
30ea9a4220
10
.bash_rc.d/99.wsl.sh
Normal file
10
.bash_rc.d/99.wsl.sh
Normal file
@ -0,0 +1,10 @@
|
||||
#!/bin/bash
|
||||
# AUTHOR: Jeremy Wall (jw), jeremy@marzhillstudios.com
|
||||
|
||||
if [ "$(uname -a | grep -e 'Linux.*Microsoft')" ]; then # start wsl module
|
||||
|
||||
function keybase_push() {
|
||||
git.exe push $@
|
||||
}
|
||||
|
||||
fi
|
Loading…
x
Reference in New Issue
Block a user