Linked by Tony Steidler-Dennison on Thu 10th Jul 2008 16:37 UTC
Thread beginning with comment 322365
To read all comments associated with this story, please click here.
To read all comments associated with this story, please click here.
News
Linked by Thom Holwerda on 05/18/13 21:06 UTC
Linked by Thom Holwerda on 05/18/13 7:37 UTC
Linked by fran on 05/18/13 1:38 UTC
Linked by Thom Holwerda on 05/17/13 23:35 UTC, submitted by kragil
Linked by MOS6510 on 05/17/13 22:22 UTC
Linked by Thom Holwerda on 05/17/13 22:15 UTC, submitted by Tom
Linked by Thom Holwerda on 05/16/13 21:41 UTC
Linked by Thom Holwerda on 05/16/13 17:04 UTC
Linked by Thom Holwerda on 05/16/13 13:17 UTC
Linked by Thom Holwerda on 05/16/13 12:06 UTC
More News »
Sponsored Links



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..