Update .zprofile
This commit is contained in:
parent
d35b879b72
commit
e8fb951c5f
|
@ -2,6 +2,7 @@ export HOMEBREW_NO_ANALYTICS=1
|
|||
eval "$(/opt/homebrew/bin/brew shellenv)"
|
||||
|
||||
export PATH="$PATH:/Users/slococo/Library/Application Support/JetBrains/Toolbox/scripts"
|
||||
# export PATH="$HOME/.jenv/bin:$PATH
|
||||
|
||||
export XDG_CONFIG_HOME="$HOME"/.config
|
||||
export XDG_CACHE_HOME="$HOME"/.cache
|
||||
|
@ -31,6 +32,7 @@ export BUNDLE_USER_PLUGIN="$XDG_DATA_HOME"/bundle
|
|||
export TLDR_CACHE_DIR="$XDG_CACHE_HOME"/tldr
|
||||
export TLDR_AUTO_UPDATE_DISABLED=true
|
||||
export SHELL_SESSIONS_DISABLE=1
|
||||
export PAGER='nvimpager -p'
|
||||
|
||||
export EDITOR=/opt/homebrew/bin/nvim
|
||||
|
||||
|
|
Loading…
Reference in New Issue