diff options
| author | seth <[email protected]> | 2022-07-17 01:49:54 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2022-08-04 04:41:01 -0400 |
| commit | d2c277f683f9d1cbe5e8bb775f8e4489fa747e5b (patch) | |
| tree | 8ad0dd14089f7d3cefc6c424b920dfd018c785db /.config/zsh | |
| parent | 210adb6461ec9ac8243f39e4efd6f78b041d4a01 (diff) | |
more xdg!
Diffstat (limited to '.config/zsh')
| -rw-r--r-- | .config/zsh/.zshenv | 1 | ||||
| -rw-r--r-- | .config/zsh/.zshrc | 6 |
2 files changed, 3 insertions, 4 deletions
diff --git a/.config/zsh/.zshenv b/.config/zsh/.zshenv index c32ce0b..0bab150 100644 --- a/.config/zsh/.zshenv +++ b/.config/zsh/.zshenv @@ -12,4 +12,3 @@ if [[ -d "$HOME/.local/bin" ]]; then fi source "$HOME/.config/shell/profile" -ZDOTDIR="$XDG_CONFIG_HOME/zsh" diff --git a/.config/zsh/.zshrc b/.config/zsh/.zshrc index b4c5fd5..299fbc7 100644 --- a/.config/zsh/.zshrc +++ b/.config/zsh/.zshrc @@ -33,9 +33,9 @@ zle -N clear-screen-and-scrollback bindkey '^L' clear-screen-and-scrollback # enable history -HISTFILE="$HOME/.cache/zsh/history" -HISTSIZE=100 -SAVEHIST=1000 +HISTFILE="$XDG_STATE_HOME/zsh/history" +HISTSIZE=20 +SAVEHIST=500 # aliases alias ls='exa' |
