diff --git a/.bash_rc.d/99.wsl.sh b/.bash_rc.d/99.wsl.sh new file mode 100644 index 0000000..ac6415a --- /dev/null +++ b/.bash_rc.d/99.wsl.sh @@ -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