summaryrefslogtreecommitdiff
path: root/.bashrc
diff options
context:
space:
mode:
Diffstat (limited to '.bashrc')
-rw-r--r--.bashrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/.bashrc b/.bashrc
index 305b546..5b29fdb 100644
--- a/.bashrc
+++ b/.bashrc
@@ -32,6 +32,7 @@ export SSH_AUTH_SOCK=/run/user/1000/ssh-agent.sock
( pgrep -u $USER ssh-agent || ssh-agent -a $SSH_AUTH_SOCK ; ) >/dev/null
export XDG_CONFIG_HOME=$HOME/.config
+export EDITOR=kak
apwd () {
pwd | sed -e 's!'"$HOME"'!~!'