Mercurial > ec-dotfiles
changeset 55:c6d78ab9af22
[bash] turns out one of those that requires '.
author | Edho Prima Arief <me@myconan.net> |
---|---|
date | Thu, 28 Apr 2011 14:35:32 +0700 |
parents | fd518e13cf4d |
children | 9343fa4dfd91 |
files | bash |
diffstat | 1 files changed, 1 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/bash Thu Apr 28 14:32:59 2011 +0700 +++ b/bash Thu Apr 28 14:35:32 2011 +0700 @@ -4,8 +4,7 @@ PATH="${HOME}/.ecos_bin:${HOME}/bin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin" -PS1="[\u@\h \W]\$ " -[ "$UID" = "0" ] && PS1="[\u@\h \W]# " +PS1='[\u@\h \W]\$ ' export PAGER="less -Rins" export EDITOR=vi