keep original path

This commit is contained in:
cscherr 2025-04-09 17:13:55 +02:00
parent 7ad79cef57
commit bc516ac136
Signed by: cscherrNT
GPG key ID: 8E2B45BC51A27EA7

View file

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