Merge branches
authorMikael Berthe <mikael@lilotux.net>
Sat, 27 Apr 2019 22:53:06 +0200
changeset 41 be88f546392c
parent 40 6eeab84c3f15 (current diff)
parent 39 fc97d6cf8de4 (diff)
child 42 2431e6a9344a
Merge branches
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
 
--- 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