diff --git a/dotfiles/.zprofile b/dotfiles/.zprofile index 379e979..b7c0948 100644 --- a/dotfiles/.zprofile +++ b/dotfiles/.zprofile @@ -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