makes zsh to default shell if installed

This commit is contained in:
2016-04-23 20:04:08 +02:00
parent ace6ef45b6
commit 807357131a
2 changed files with 4 additions and 1 deletions

View File

@@ -2,6 +2,9 @@
# If not running interactively, don't do anything
[ -z "$PS1" ] && return
# switch to zsh if installed
[ -z "$ZSH_VERSION" ] && export SHELL=/bin/zsh && exec /bin/zsh -l
# path
PATH=$PATH:$HOME/bin: