summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.bashrc4
1 files changed, 4 insertions, 0 deletions
diff --git a/.bashrc b/.bashrc
index 3318cd5..9d780ab 100644
--- a/.bashrc
+++ b/.bashrc
@@ -22,6 +22,10 @@ alias btd="bittorrent-curses --max_upload_rate 6 "
export history_control=ignoreboth
export command_oriented_history
export HISTIGNORE='&:[bf]g:exit:ls'
+export ALTERNATE_EDITOR=''
+export EDITOR=emacsclient
+alias e=emacsclient
+
shopt -s extglob
shopt -s cmdhist
shopt -s histappend