.profile.common

changeset 506
2a6899f40b2e
parent 480
ca3afb782d18
child 514
d596509d91f0
equal deleted inserted replaced
505:98985020bceb 506:2a6899f40b2e
1 # simple profile stuff that is common to both zsh and bash 1 # simple profile stuff that is common to both zsh and bash
2 2
3 make -s -C ~/.ssh 3 make -s -C ~/.ssh
4 4
5 export EDITOR=vim 5 export EDITOR=vim
6 export LESS=-Ri 6 export LESS='Ri'
7 export PERL_CPANM_OPT='-nq --prompt' 7 export PERL_CPANM_OPT='-nq --prompt'
8 export DEVEL_REPL_PROFILE='Standard' 8 export DEVEL_REPL_PROFILE='Standard'
9 9
10 alias hgcd='cd $(hg root)' 10 alias hgcd='cd $(hg root)'
11 alias gcd='cd "$(git rev-parse --show-toplevel)"' 11 alias gcd='cd "$(git rev-parse --show-toplevel)"'

mercurial