diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2016-01-14 17:52:48 +0100 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2016-01-14 17:52:48 +0100 |
commit | 63acf71a4cf1003677fccb717b3dbeba26a8f602 (patch) | |
tree | fe805af856bd13157312fb758415ba8f5a2c5778 /zsh | |
parent | b5abfd69bb7d514b4314d53d9c3076f67f6f07ad (diff) | |
download | dotfiles-63acf71a4cf1003677fccb717b3dbeba26a8f602.tar.xz |
zsh: zprofile: Use nvim
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
Diffstat (limited to 'zsh')
-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 |