keep original path
This commit is contained in:
parent
7ad79cef57
commit
bc516ac136
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
export GEM_HOME="$HOME/.local/share/gems"
|
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 editor=nvim
|
export editor=nvim
|
||||||
export XDG_CONFIG_HOME=~/.config
|
export XDG_CONFIG_HOME=~/.config
|
||||||
|
|
Loading…
Add table
Reference in a new issue