Update polybaR

This commit is contained in:
Marco Thomas
2021-02-18 08:41:05 +01:00
parent 76d8cf19ee
commit e657b69dc9
7 changed files with 21 additions and 22 deletions

View File

@@ -97,7 +97,7 @@ setopt hist_ignore_space # ignore commands that start with space
setopt hist_verify # show command with history expansion to user before running it
setopt share_history # share command history data inside tmux
export HISTFILE="$HOME/.zsh_history"
export SAVEHIST=1000
export SAVEHIST=5000
# ============================== SSH-Agent
if [ -f ~/.ssh/agent.env ] ; then