327:c11c41360b9c | 328:b3b18ced6949 |
---|---|
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 if [ -d ~/.asdf ]; then | |
11 source ~/.asdf/asdf.sh | |
12 fi | |
13 | |
10 if [ -f ~/.profile.common.local ]; then | 14 if [ -f ~/.profile.common.local ]; then |
11 source ~/.profile.common.local | 15 source ~/.profile.common.local |
12 fi | 16 fi |
13 | 17 |