Skip to content

Instantly share code, notes, and snippets.

@soh-i
Created July 1, 2012 01:02
Show Gist options
  • Save soh-i/3026335 to your computer and use it in GitHub Desktop.
Save soh-i/3026335 to your computer and use it in GitHub Desktop.
.login
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