summaryrefslogtreecommitdiffstats
path: root/zsh/.config/zsh/.zshenv
diff options
context:
space:
mode:
Diffstat (limited to 'zsh/.config/zsh/.zshenv')
-rw-r--r--zsh/.config/zsh/.zshenv7
1 files changed, 3 insertions, 4 deletions
diff --git a/zsh/.config/zsh/.zshenv b/zsh/.config/zsh/.zshenv
index c3f77a6..dfc1dcd 100644
--- a/zsh/.config/zsh/.zshenv
+++ b/zsh/.config/zsh/.zshenv
@@ -4,8 +4,8 @@
# If you don't plan on reverting to bash, you can remove the link in ~/.profile
# to clean up.
-# Adds `~/.local/bin` to $PATH
-export PATH="$PATH:${$(find ~/.local/bin -type d -printf %p:)%%:}"
+## Adds `~/.local/bin` to $PATH
+#export PATH="$PATH:${$(find ~/.local/bin -type d -printf %p:)%%:}"
export FPATH="$FPATH:${XDG_DATA_HOME:-$HOME/.local/share/zsh/site-functions}"
unsetopt PROMPT_SP
@@ -45,7 +45,7 @@ export ANDROID_SDK_HOME="${XDG_CONFIG_HOME:-$HOME/.config}/android"
export CARGO_HOME="${XDG_DATA_HOME:-$HOME/.local/share}/cargo"
export GOPATH="${XDG_DATA_HOME:-$HOME/.local/share}/go"
export VOLTA_HOME="${XDG_DATA_HOME:-$HOME/.local/share}/volta"
-export PATH="$VOLTA_HOME/bin:$PATH"
+export PNPM_HOME="${XDG_DATA_HOME:-$HOME/.local/share}/pnpm"
export DENO_INSTALL_ROOT="$HOME/.local/bin"
export ANSIBLE_CONFIG="${XDG_CONFIG_HOME:-$HOME/.config}/ansible/ansible.cfg"
export UNISON="${XDG_DATA_HOME:-$HOME/.local/share}/unison"
@@ -58,7 +58,6 @@ export OCTAVE_HISTFILE="$XDG_CACHE_HOME/octave/octave_hist"
export ICEAUTHORITY="$XDG_CACHE_HOME/ICEauthority"
export HISTORY_IGNORE="(ls|cd|pwd|exit|sudo reboot|history|cd -|cd ..|clear|fg)"
export GDBHISTFILE="$XDG_DATA_HOME"/gdb/history
-#export PAGER=nvimpager
# Other program settings:
export DOTNET_CLI_TELEMETRY_OPTOUT=1