Skip to content

Instantly share code, notes, and snippets.

@ryanjm
Created February 27, 2010 00:02
Show Gist options
  • Select an option

  • Save ryanjm/316327 to your computer and use it in GitHub Desktop.

Select an option

Save ryanjm/316327 to your computer and use it in GitHub Desktop.
Simply customizing shell
I wanted to customize the linux box I have to log into.
First I changed my zsh profile:
In my .zshrc file:
PROMPT="[csil]%~%# "
In order to get zsh to load by default I found out which shell it was running:
echo $SHELL
$/bin/tcsh
In .tcshrc file:
exec zsh
That's it.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment