From f694923817d0470dae5d96d72d0008493f99ab11 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Tue, 13 Dec 2016 11:18:36 -0800 Subject: [bash] Set editor to vim and new alias for ctags. --- bashrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- cgit 1.4.1