diff options
Diffstat (limited to '')
| -rwxr-xr-x | bashrc | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,4 +1,4 @@ -export EDITOR="emacsclient -a ''" +export EDITOR=vim export HISTFILE= export LANG="en_US.UTF-8" export LC_ALL="$LANG" @@ -30,6 +30,7 @@ alias aud="aurora_admin" alias g="git" alias gonest="ssh nest" alias t="time" +alias tags="ctags -R ." alias tm="tmux attach 2>/dev/null || tmux new" # finally, build the path and source a few files |
