diff options
author | Vitor Gonçalves <vitorg@tilde.team> | 2024-02-18 12:45:53 -0300 |
---|---|---|
committer | Vitor Gonçalves <vitorg@tilde.team> | 2024-02-18 12:45:53 -0300 |
commit | 2728acb5fe90b84038c7962a09c70ae5e71323a1 (patch) | |
tree | 9f7c0dd3c723790b9464a0299e6d3c633308c0dc /.config | |
parent | e96fda41671bfeb06124fab395f5957b961e5d60 (diff) | |
download | dots-2728acb5fe90b84038c7962a09c70ae5e71323a1.tar.gz |
zsh: remove VISUAL
it was not working and idk, neovide seems cringe
Diffstat (limited to '.config')
-rw-r--r-- | .config/zsh/.zshenv | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.config/zsh/.zshenv b/.config/zsh/.zshenv index ff09f06..cc41585 100644 --- a/.config/zsh/.zshenv +++ b/.config/zsh/.zshenv @@ -4,7 +4,6 @@ export XDG_DATA_HOME="$HOME/.local/share" export XDG_STATE_HOME="$HOME/.local/state" export PATH="$PATH:$HOME/.local/bin" export EDITOR="nvim" -export VISUAL="neovide" export GNUPGHOME="$XDG_DATA_HOME/gnupg" export PASSWORD_STORE_DIR="$XDG_DATA_HOME/pass" export HISTFILE="$XDG_STATE_HOME/bash/history" |