Merge pull request #29 from dmd/patch-1

don't try for ksh either
This commit is contained in:
Lazarus Lazaridis
2018-03-14 18:25:42 +02:00
committed by GitHub
-2
View File
@@ -36,8 +36,6 @@ GOTO_FILE_LOCATION='/usr/local/share/goto.sh'
RC=""
if [ -f ~/.bashrc ]; then
RC="$HOME/.bashrc"
#elif [ -f ~/.kshrc ]; then
# RC="$HOME/.kshrc"
elif [ -f ~/.zshrc ]; then
RC="$HOME/.zshrc"
fi