Mercurial > ec-dotfiles
comparison bash @ 109:c3e641108696
Disabled color prompt.
author | Edho Prima Arief <edho@myconan.net> |
---|---|
date | Sun, 11 Sep 2011 07:43:24 +0700 |
parents | 4e44a9c03a3a |
children | 25edf1880db3 |
comparison
equal
deleted
inserted
replaced
108:9a9ad273e15c | 109:c3e641108696 |
---|---|
7 | 7 |
8 #ensures slash doesn't get killed when doing ^W | 8 #ensures slash doesn't get killed when doing ^W |
9 stty werase undef | 9 stty werase undef |
10 bind '\C-w':unix-filename-rubout | 10 bind '\C-w':unix-filename-rubout |
11 | 11 |
12 #PS1='[\u@\h \W]\$ ' | 12 PS1='[\u@\h \W]\$ ' |
13 PS1='[\[\e[0;33m\]\u\[\e[0m\]@\[\e[0;32m\]\h\[\e[0m\] \[\e[1;34m\]\W\[\e[0m\]]\$ ' | 13 #PS1='[\[\e[0;33m\]\u\[\e[0m\]@\[\e[0;32m\]\h\[\e[0m\] \[\e[1;34m\]\W\[\e[0m\]]\$ ' |
14 | 14 |
15 export PAGER="less -Rins" | 15 export PAGER="less -Rins" |
16 export EDITOR=vi | 16 export EDITOR=vi |
17 export LANG="en_US.UTF-8" | 17 export LANG="en_US.UTF-8" |
18 unset LS_COLORS | 18 unset LS_COLORS |