Linked by Tony Steidler-Dennison on Thu 10th Jul 2008 16:37 UTC
Permalink for comment 322365
To read all comments associated with this story, please click here.
To read all comments associated with this story, please click here.




Member since:
2005-07-06
I have a lot of aliases to cd to specific directions. I also have:
# Can't even remember what it all does. N is probably line numbers
alias less='less -x4 -R -N'
# Needs 256color support in the terminal
PSCOLOR="214" # or another color, each server i use has a different color
export PS1="\033[38;5;${PSCOLOR}m\h\033[38;5;231m:\033[38;5;${PSCOLOR}m w\n\033[38;5;231m#\033[0m "
I also have a bunch on my .vimrc as well..