Update Dots

This commit is contained in:
Marco Thomas
2020-09-05 01:30:45 +02:00
parent 9973fd1bcf
commit dd3a580402
3 changed files with 9 additions and 1 deletions

View File

@@ -66,6 +66,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
# ============================== SSH-Agent
if [ -f ~/.ssh/agent.env ] ; then