Update .zprofile
This commit is contained in:
parent
edf37d18c9
commit
908540229a
|
@ -32,6 +32,8 @@ export TLDR_CACHE_DIR="$XDG_CACHE_HOME"/tldr
|
||||||
export TLDR_AUTO_UPDATE_DISABLED=true
|
export TLDR_AUTO_UPDATE_DISABLED=true
|
||||||
export SHELL_SESSIONS_DISABLE=1
|
export SHELL_SESSIONS_DISABLE=1
|
||||||
export PAGER='nvimpager -p'
|
export PAGER='nvimpager -p'
|
||||||
|
export DIALOGRC="$XDG_CONFIG_HOME"/dialog/dialogrc
|
||||||
|
export NPM_CONFIG_USERCONFIG="$XDG_CONFIG_HOME"/npm/npmrc
|
||||||
|
|
||||||
export EDITOR=/opt/homebrew/bin/nvim
|
export EDITOR=/opt/homebrew/bin/nvim
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue