(zsh) I don't really need atuin
This commit is contained in:
parent
a41004bf83
commit
ed9ef50e66
4 changed files with 0 additions and 324 deletions
|
@ -47,8 +47,6 @@ path=(~/.local/bin "${path[@]}")
|
|||
source "${ZDOTDIR}/aliases.zsh"
|
||||
source "${ZDOTDIR}/keys.zsh"
|
||||
source "${ZDOTDIR}/fzf.zsh"
|
||||
## it has to be last
|
||||
source "${ZDOTDIR}/atuin.zsh"
|
||||
|
||||
# set fpath
|
||||
fpath=(~/.local/git/zsh_modules/wd $fpath)
|
||||
|
|
|
@ -1,3 +0,0 @@
|
|||
if [[ $(command -v atuin) ]]; then
|
||||
eval "$(atuin init zsh --disable-up-arrow)"
|
||||
fi
|
Loading…
Add table
Add a link
Reference in a new issue