Zsh: move tmux lauch to it's own configuration file and make it the

first one executed
This commit is contained in:
Marko Korhonen 2022-09-03 14:11:09 +03:00
parent c134cdce6c
commit 1ae2219d8a
8 changed files with 13 additions and 14 deletions

View file

@ -0,0 +1,5 @@
# share history between running zsh instances
setopt share_history
# ignore commands with leading space from history
setopt histignorespace