437:0543a6606d82 | 438:862d1e79b830 |
---|---|
6 export DEVEL_REPL_PROFILE='Standard' | 6 export DEVEL_REPL_PROFILE='Standard' |
7 | 7 |
8 alias hgcd='cd $(hg root)' | 8 alias hgcd='cd $(hg root)' |
9 alias gcd='cd "$(git rev-parse --show-toplevel)"' | 9 alias gcd='cd "$(git rev-parse --show-toplevel)"' |
10 | 10 |
11 alias tmux-env='eval "$(tmux show-environment -s)"' | |
11 alias :e=vim | 12 alias :e=vim |
12 alias :q=exit | 13 alias :q=exit |
13 | 14 |
14 if [ -d ~/.asdf ]; then | 15 if [ -d ~/.asdf ]; then |
15 source ~/.asdf/asdf.sh | 16 source ~/.asdf/asdf.sh |