summaryrefslogtreecommitdiff
path: root/bashrc
diff options
context:
space:
mode:
Diffstat (limited to 'bashrc')
-rwxr-xr-xbashrc3
1 files changed, 2 insertions, 1 deletions
diff --git a/bashrc b/bashrc
index b46ea6c..6284daa 100755
--- a/bashrc
+++ b/bashrc
@@ -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