From e8fb951c5f5e290b3d480d61971fe59cc1c55da8 Mon Sep 17 00:00:00 2001 From: Santiago Lo Coco Date: Sat, 6 Apr 2024 13:41:36 +0200 Subject: [PATCH] Update .zprofile --- dotfiles/.zprofile | 2 ++ 1 file changed, 2 insertions(+) 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