summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordakkar <dakkar@thenautilus.net>2022-06-11 10:34:46 +0000
committerdakkar <dakkar@thenautilus.net>2022-06-11 10:34:46 +0000
commit95feb8e98ecc376303d966f74ed93111373acca3 (patch)
tree27199a364146a6da28c38c2f6e59abbbb24f413f
parentMerge remote-tracking branch 'origin/master' into luxion (diff)
downloaddotfiles-95feb8e98ecc376303d966f74ed93111373acca3.tar.gz
dotfiles-95feb8e98ecc376303d966f74ed93111373acca3.tar.bz2
dotfiles-95feb8e98ecc376303d966f74ed93111373acca3.zip
use emacs
-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