add atuin to the mix
This commit is contained in:
parent
f60692f257
commit
0a1f0ab4e2
3 changed files with 11 additions and 5 deletions
|
@ -61,6 +61,11 @@ sh:
|
||||||
user: mvdan
|
user: mvdan
|
||||||
to: shfmt
|
to: shfmt
|
||||||
|
|
||||||
|
atuin:
|
||||||
|
user: ellie
|
||||||
|
|
||||||
|
lazydocker:
|
||||||
|
user: jesseduffield
|
||||||
|
|
||||||
# file management
|
# file management
|
||||||
gdu:
|
gdu:
|
||||||
|
|
|
@ -43,10 +43,6 @@ fi
|
||||||
if [[ $PATH != *$HOME/.fzf/bin* ]]; then
|
if [[ $PATH != *$HOME/.fzf/bin* ]]; then
|
||||||
export PATH="${PATH:+${PATH}:}$HOME/.fzf/bin"
|
export PATH="${PATH:+${PATH}:}$HOME/.fzf/bin"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if is-executable fzf; then
|
|
||||||
source $DOTFILES_DIR/lib/fzf.zsh
|
|
||||||
fi
|
|
||||||
# ---------
|
# ---------
|
||||||
|
|
||||||
# Add lfcd command
|
# Add lfcd command
|
||||||
|
|
|
@ -28,3 +28,8 @@ else
|
||||||
fi
|
fi
|
||||||
|
|
||||||
zstyle ':completion::complete:make:*:targets' call-command true
|
zstyle ':completion::complete:make:*:targets' call-command true
|
||||||
|
|
||||||
|
is-executable fzf && source $DOTFILES_DIR/lib/fzf.zsh
|
||||||
|
|
||||||
|
# atuin must be loaded after to override zsh's ctrl+R completion
|
||||||
|
is-executable atuin && eval "$(atuin init zsh)"
|
||||||
|
|
Loading…
Reference in a new issue