zsh: neovide is my visual

This commit is contained in:
Vitor Gonçalves 2024-02-16 18:48:10 -03:00
parent db5d7a04eb
commit 6daa9137e7
Signed by: vitorg
GPG Key ID: B90BF113DF56EB41
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ 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="st -e 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"