338:296f4b036ae3 | 339:a2f7e73ea74b |
---|---|
5 export DEVEL_REPL_PROFILE='Standard' | 5 export DEVEL_REPL_PROFILE='Standard' |
6 | 6 |
7 alias hgcd='cd $(hg root)' | 7 alias hgcd='cd $(hg root)' |
8 alias gcd='cd "$(git rev-parse --show-toplevel)"' | 8 alias gcd='cd "$(git rev-parse --show-toplevel)"' |
9 | 9 |
10 alias :e=vim | |
11 alias :q=exit | |
12 | |
10 if [ -d ~/.asdf ]; then | 13 if [ -d ~/.asdf ]; then |
11 source ~/.asdf/asdf.sh | 14 source ~/.asdf/asdf.sh |
12 fi | 15 fi |
13 | 16 |
14 if [ -f ~/.profile.common.local ]; then | 17 if [ -f ~/.profile.common.local ]; then |