add atuin to the mix
This commit is contained in:
parent
f60692f257
commit
0a1f0ab4e2
3 changed files with 11 additions and 5 deletions
|
@ -31,7 +31,7 @@ gum:
|
|||
asset: linux_x86_64.tar.gz
|
||||
custom_flags: "--asset ^.sbom"
|
||||
|
||||
# system monitoring
|
||||
# system monitoring
|
||||
bottom:
|
||||
asset: x86_64-unknown-linux-gnu.tar.gz
|
||||
user: ClementTsang
|
||||
|
@ -61,6 +61,11 @@ sh:
|
|||
user: mvdan
|
||||
to: shfmt
|
||||
|
||||
atuin:
|
||||
user: ellie
|
||||
|
||||
lazydocker:
|
||||
user: jesseduffield
|
||||
|
||||
# file management
|
||||
gdu:
|
||||
|
|
|
@ -43,10 +43,6 @@ fi
|
|||
if [[ $PATH != *$HOME/.fzf/bin* ]]; then
|
||||
export PATH="${PATH:+${PATH}:}$HOME/.fzf/bin"
|
||||
fi
|
||||
|
||||
if is-executable fzf; then
|
||||
source $DOTFILES_DIR/lib/fzf.zsh
|
||||
fi
|
||||
# ---------
|
||||
|
||||
# Add lfcd command
|
||||
|
|
|
@ -28,3 +28,8 @@ else
|
|||
fi
|
||||
|
||||
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