don't try for ksh either

see #27
This commit is contained in:
Daniel M. Drucker 2018-03-14 12:24:32 -04:00 committed by GitHub
parent 0e591983ac
commit a6feb6a09f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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