zsh: remove VISUAL

it was not working and idk, neovide seems cringe
This commit is contained in:
Vitor Gonçalves 2024-02-18 12:45:53 -03:00
parent e96fda4167
commit 2728acb5fe
Signed by: vitorg
GPG Key ID: B90BF113DF56EB41
1 changed files with 0 additions and 1 deletions

View File

@ -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"