aboutsummaryrefslogtreecommitdiff
path: root/install
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-05-24 13:32:52 +1200
committerTom Ryder <tom@sanctum.geek.nz>2017-05-24 13:32:52 +1200
commit5a659f01a45e4c2cd1dafbc910c823415798dcea (patch)
tree81bc86a2be87f61ad3c0f7510e00864997dde731 /install
parentUpdate submodules (diff)
downloaddotfiles-5a659f01a45e4c2cd1dafbc910c823415798dcea.tar.gz
dotfiles-5a659f01a45e4c2cd1dafbc910c823415798dcea.zip
Remove Yash support
I never use it
Diffstat (limited to 'install')
-rw-r--r--install/install-login-shell.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/install/install-login-shell.sh b/install/install-login-shell.sh
index b7292a77..f38aa0c1 100644
--- a/install/install-login-shell.sh
+++ b/install/install-login-shell.sh
@@ -4,8 +4,6 @@ case ${SHELL##*/} in
target=install-bash ;;
ksh|ksh88|ksh93|mksh|pdksh)
target=install-ksh ;;
- yash)
- target=install-yash ;;
zsh)
target=install-zsh ;;
esac