Zsh: move tmux lauch to it's own configuration file and make it the
first one executed
This commit is contained in:
parent
c134cdce6c
commit
1ae2219d8a
8 changed files with 13 additions and 14 deletions
5
home/.config/zsh/07-misc.zsh
Normal file
5
home/.config/zsh/07-misc.zsh
Normal file
|
@ -0,0 +1,5 @@
|
|||
# share history between running zsh instances
|
||||
setopt share_history
|
||||
|
||||
# ignore commands with leading space from history
|
||||
setopt histignorespace
|
Loading…
Add table
Add a link
Reference in a new issue