# HG changeset patch # User Mikael Berthe # Date 1556398386 -7200 # Node ID be88f546392c49919b9732cff5d5fbaa2c3ca826 # Parent 6eeab84c3f15b25ded145926e9def487159fd06d# Parent fc97d6cf8de48f4692039024811a7f5bb593baba Merge branches diff -r 6eeab84c3f15 -r be88f546392c zshrc --- a/zshrc Sat Apr 27 22:52:28 2019 +0200 +++ b/zshrc Sat Apr 27 22:53:06 2019 +0200 @@ -21,8 +21,8 @@ # History settings # #################### -export SAVEHIST=4096 -export HISTSIZE=4096 +export SAVEHIST=8192 +export HISTSIZE=8192 export HIST_EXPIRE_DUPS_FIRST export HISTFILE=$HOME/.history diff -r 6eeab84c3f15 -r be88f546392c zshrc.d/30-functions-tmux.zrc --- a/zshrc.d/30-functions-tmux.zrc Sat Apr 27 22:52:28 2019 +0200 +++ b/zshrc.d/30-functions-tmux.zrc Sat Apr 27 22:53:06 2019 +0200 @@ -42,6 +42,7 @@ elif (( n > 1 )); then # There are several usable tmux sessions, heh echo "There are several usable tmux sessions..." + $TMUXBIN list-session return fi fi