diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2016-01-14 16:56:54 +0000 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2016-01-14 16:56:54 +0000 |
commit | 106a6000ca7a3d5dbacdb93de6cfbaf65c2396ec (patch) | |
tree | 09b9efd64e8eb5121ae12e703efeef06eaeaf047 | |
parent | 7666a9cc93c079cd3a61ea8a7d4cf3103a74c56e (diff) | |
parent | dd292129ff29ed96b9fa24af408b14da7cac5a4e (diff) | |
download | dotfiles-106a6000ca7a3d5dbacdb93de6cfbaf65c2396ec.tar.xz |
Merge remote-tracking branch 'k-kyrias/master' into theostheos
-rw-r--r-- | zsh/.zprofile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/zsh/.zprofile b/zsh/.zprofile index 653b8ad..4229906 100644 --- a/zsh/.zprofile +++ b/zsh/.zprofile @@ -19,9 +19,8 @@ export ABSROOT="$HOME"/build/abs export HTTPIE_CONFIG_DIR="$XDG_CONFIG_HOME"/httpie export PASSWORD_STORE_DIR="$XDG_DATA_HOME"/password-store -export EDITOR=vim -export VISUAL=vim -export VIMINIT='source $XDG_CONFIG_HOME/vim/vimrc' +export VISUAL=nvim +export NVIM_TUI_ENABLE_TRUE_COLOR=1 export BROWSER=chromium export TERMINAL=termite |