wsl only configuration

This commit is contained in:
Jeremy Wall 2019-11-17 14:14:29 -06:00
parent 137f5d930e
commit 30ea9a4220

10
.bash_rc.d/99.wsl.sh Normal file
View 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