zshrc: exec tmux on interactive session

master
an 2019-05-15 01:12:24 -04:00
parent 69aa64fe7c
commit 3853667122
1 changed files with 3 additions and 0 deletions

3
zshrc
View File

@ -1,3 +1,6 @@
[[ -o interactive && ! -o login && -z $TMUX ]] &&
exec tmux new-session
HISTFILE=~/.zsh/hist
HISTSIZE=100000
SAVEHIST=10000