Compare commits
2 commits
a729603d4e
...
3e63dd2f99
Author | SHA1 | Date | |
---|---|---|---|
3e63dd2f99 | |||
da523ace05 |
2 changed files with 2 additions and 5 deletions
|
@ -15,7 +15,7 @@ alias la="ls -a"
|
|||
alias ll="ls -lhA"
|
||||
alias lr='ls -R'
|
||||
alias lla="ls -la"
|
||||
alias lsl="ls -lhFA | less"
|
||||
alias lsl="ls -lhFA --color=always | less"
|
||||
alias left='ls -t -1'
|
||||
|
||||
if is-executable lsd; then
|
||||
|
|
|
@ -31,7 +31,4 @@ 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
|
||||
if [[ $(is-executable atuin) && ! $(is-tty) ]]; then
|
||||
is-executable atuin && eval "$(atuin init zsh)"
|
||||
fi
|
||||
is-executable atuin && is-tty || eval "$(atuin init zsh)"
|
||||
|
|
Loading…
Reference in a new issue