Skip to content

Commit

Permalink
append setting to change from default shell to local shell.
Browse files Browse the repository at this point in the history
  • Loading branch information
clairvy committed Mar 10, 2010
1 parent 483ab5a commit 7a6f9cd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .zlogin
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/usr/bin/env zsh

if [[ -x $HOME/local/bin/zsh ]]; then
local shell=$HOME/local/bin/zsh
exec $shell
fi

0 comments on commit 7a6f9cd

Please sign in to comment.