1
0
mirror of https://github.com/aquatix/dotfiles.git synced 2025-12-06 22:55:10 +01:00

Set EDITOR env to vim

This commit is contained in:
2016-05-17 10:34:26 +02:00
parent 635ba81444
commit 4e519e20b4

View File

@@ -1,3 +1,6 @@
# Set editor to vim
set EDITOR vim
# Virtualenv support with virtualfish
eval (python -m virtualfish compat_aliases)