Created
July 1, 2012 01:02
-
-
Save soh-i/3026335 to your computer and use it in GitHub Desktop.
.login
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
if ( -x `which zsh` ) then | |
exec zsh | |
else if ( -x `which tcsh` ) then | |
exec tcsh | |
endif |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment