Mercurial > index.cgi > dotfiles
comparison .bashrc @ 84:fe021064d723
Adding 'hgeditor' to repo & environment
author | Steve Huston <huston@srhuston.net> |
---|---|
date | Wed, 24 Apr 2013 11:40:27 -0400 |
parents | 15f662bc38c8 |
children | c75fecccc3e5 |
comparison
equal
deleted
inserted
replaced
83:c4dccb49471b | 84:fe021064d723 |
---|---|
27 export PS1='${debian_chroot:+($debian_chroot)}\e[01;`case $EUID in 0) echo "31\c"; ;; *) echo -n 32; ;; esac;`m\h\e[00m:\e[01;34m\w\e[00m\$ ' | 27 export PS1='${debian_chroot:+($debian_chroot)}\e[01;`case $EUID in 0) echo "31\c"; ;; *) echo -n 32; ;; esac;`m\h\e[00m:\e[01;34m\w\e[00m\$ ' |
28 fi | 28 fi |
29 } | 29 } |
30 export PAGER=less | 30 export PAGER=less |
31 export EDITOR=vim | 31 export EDITOR=vim |
32 export HGEDITOR=$HOME/bin/hgeditor | |
32 export RUBYLIB=$HOME/Installs/rubygems/lib | 33 export RUBYLIB=$HOME/Installs/rubygems/lib |
33 export GEM_HOME=$HOME/Installs/rubygems/gems | 34 export GEM_HOME=$HOME/Installs/rubygems/gems |
34 | 35 |
35 # If this is an xterm set the title to user@host:dir | 36 # If this is an xterm set the title to user@host:dir |
36 case $TERM in | 37 case $TERM in |