Restrict atuin to 4th up key
This commit is contained in:
parent
b958ac678d
commit
fa68cf226b
2 changed files with 43 additions and 1 deletions
|
@ -80,6 +80,7 @@ fpath=(
|
|||
# Example format: plugins=(rails git textmate ruby lighthouse)
|
||||
# Add wisely, as too many plugins slow down shell startup.
|
||||
plugins=(
|
||||
'atuin'
|
||||
'colored-man-pages'
|
||||
'docker'
|
||||
'docker-compose'
|
||||
|
@ -117,6 +118,6 @@ source source-remote-file \
|
|||
"https://raw.githubusercontent.com/dracula/zsh-syntax-highlighting/master/zsh-syntax-highlighting.sh" \
|
||||
"dracula-syntax-highlighting"
|
||||
|
||||
[ -x "$(command -v atuin)" ] && eval "$(atuin init zsh)"
|
||||
[ -x "$(command -v atuin)" ] && eval "$(atuin init zsh --disable-up-arrow)"
|
||||
[ -x "$(command -v direnv)" ] && eval "$(direnv hook zsh)"
|
||||
[ -x "$(command -v starship)" ] && eval "$(starship init zsh)"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue