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 ll="ls -lhA"
|
||||||
alias lr='ls -R'
|
alias lr='ls -R'
|
||||||
alias lla="ls -la"
|
alias lla="ls -la"
|
||||||
alias lsl="ls -lhFA | less"
|
alias lsl="ls -lhFA --color=always | less"
|
||||||
alias left='ls -t -1'
|
alias left='ls -t -1'
|
||||||
|
|
||||||
if is-executable lsd; then
|
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
|
is-executable fzf && source $DOTFILES_DIR/lib/fzf.zsh
|
||||||
|
|
||||||
# atuin must be loaded after to override zsh's ctrl+R completion
|
is-executable atuin && is-tty || eval "$(atuin init zsh)"
|
||||||
if [[ $(is-executable atuin) && ! $(is-tty) ]]; then
|
|
||||||
is-executable atuin && eval "$(atuin init zsh)"
|
|
||||||
fi
|
|
||||||
|
|
Loading…
Reference in a new issue