From bc516ac136eb62b40591664b282327cda870ea7b Mon Sep 17 00:00:00 2001 From: cscherr Date: Wed, 9 Apr 2025 17:13:55 +0200 Subject: [PATCH] keep original path --- .zprofile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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