diff --git a/.zprofile b/.zprofile index 195dbf0..b7c000d 100644 --- a/.zprofile +++ b/.zprofile @@ -1,5 +1,5 @@ export GEM_HOME="$HOME/.local/share/gems" -export PATH="/usr/bin:/usr/sbin:$HOME/.local/bin:$HOME/.cargo/bin:/usr/local/bin:$HOME/.deno/bin:/usr/games/:$GEM_HOME/bin" +export PATH="/usr/bin:/usr/sbin:$HOME/.local/bin:$HOME/.cargo/bin:/usr/local/bin:$HOME/.deno/bin:/usr/games/:$GEM_HOME/bin:$PATH" export EDITOR=nvim export editor=nvim export XDG_CONFIG_HOME=~/.config