summaryrefslogtreecommitdiff
path: root/dotfiles/profile
diff options
context:
space:
mode:
Diffstat (limited to 'dotfiles/profile')
-rw-r--r--dotfiles/profile3
1 files changed, 3 insertions, 0 deletions
diff --git a/dotfiles/profile b/dotfiles/profile
index 68824fb..df3746f 100644
--- a/dotfiles/profile
+++ b/dotfiles/profile
@@ -6,6 +6,9 @@ export LC_TIME=en_DK.UTF-8
## prevent python from crapping all over the filesystem
export PYTHONDONTWRITEBYTECODE=1
+export EDITOR=vim
+export VISUAL=$EDITOR
+
## put XDG_RUNTIME_DIR crap under .cache
## not the optimal solution, but should be
## good enough in practice