diff options
Diffstat (limited to '.config/zsh')
| -rw-r--r-- | .config/zsh/zprofile | 3 | 
1 files changed, 2 insertions, 1 deletions
diff --git a/.config/zsh/zprofile b/.config/zsh/zprofile index d650bd6..6868afd 100644 --- a/.config/zsh/zprofile +++ b/.config/zsh/zprofile @@ -1,4 +1,4 @@ -#!/bin/zsh +  ## Adds `~/.local/bin` to $PATH  export PATH="$PATH:$(du "$HOME/.local/bin/" | cut -f2 | paste -sd ':')" @@ -13,3 +13,4 @@ export XDG_CONFIG_HOME="$HOME/.config"  export XDG_DATA_HOME="$HOME/.local/share"  export XDG_CACHE_HOME="$HOME/.cache"  export ZDOTDIR="${XDG_CONFIG_HOME:-$HOME/.config}/zsh" +export LESSHISTFILE="${XDG_CACHE_HOME:-$HOME/.cache}/less/history"  | 
