Skip to content

Instantly share code, notes, and snippets.

@scottstanfield
Created May 14, 2012 18:32
Show Gist options
  • Save scottstanfield/2695540 to your computer and use it in GitHub Desktop.
Save scottstanfield/2695540 to your computer and use it in GitHub Desktop.
#!/bin/tcsh
set ptail = "%";
set color_path="%{\033[0;47m%}"
set color_gray="%{\033[1;36m%}"
set color_normal="%{\033[0m%}"
set color_history="%{\033[0;35m%}"
# history path
set p1="%B%h%b $color_path%~$color_normal%b "
set prompt="${color_history}${p1}${ptail} "
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment