Update dot_zshrc
This commit is contained in:
parent
442c8c5050
commit
6a09f36603
1 changed files with 2 additions and 3 deletions
|
@ -5,6 +5,7 @@ zstyle ':z4h:' start-tmux 'no'
|
|||
# keyboard setting
|
||||
zstyle ':z4h:bindkey' keyboard 'pc'
|
||||
zstyle ':z4h:autosuggestions' forward-char 'accept'
|
||||
zstyle ':z4h:fzf-complete' recurse-dirs 'no'
|
||||
|
||||
# automatic teleportation of z4h to ssh 'yes' or 'no'
|
||||
#zstyle ':z4h:ssh:example-hostname1' enable 'yes'
|
||||
|
@ -53,8 +54,6 @@ z4h source $HOME/.config/zsh/sshcompfix.zsh
|
|||
[[ -z $z4h_win_home ]] || hash -d wsl=$z4h_win_home
|
||||
|
||||
# Set shell options: http://zsh.sourceforge.net/Doc/Release/Options.html
|
||||
setopt multios
|
||||
setopt prompt_subst
|
||||
setopt inc_append_history
|
||||
setopt prompt_subst inc_append_history
|
||||
|
||||
z4h source $HOME/.config/local/rc.zsh
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue