about summary refs log tree commit diff stats
path: root/.config
diff options
context:
space:
mode:
authorVitor Gonçalves <vitorg@tilde.team>2024-02-18 12:45:53 -0300
committerVitor Gonçalves <vitorg@tilde.team>2024-02-18 12:45:53 -0300
commit2728acb5fe90b84038c7962a09c70ae5e71323a1 (patch)
tree9f7c0dd3c723790b9464a0299e6d3c633308c0dc /.config
parente96fda41671bfeb06124fab395f5957b961e5d60 (diff)
downloaddots-2728acb5fe90b84038c7962a09c70ae5e71323a1.tar.gz
zsh: remove VISUAL
it was not working and idk, neovide seems cringe
Diffstat (limited to '.config')
-rw-r--r--.config/zsh/.zshenv1
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"