chore: Clean paoda.zsh
This commit is contained in:
parent
4fead0b347
commit
38d008cb79
|
@ -2,9 +2,6 @@
|
||||||
# Make ZSH behave like vim
|
# Make ZSH behave like vim
|
||||||
bindkey -v
|
bindkey -v
|
||||||
|
|
||||||
# Re-enable reverse-i-search
|
|
||||||
# bindkey '^R' history-incremental-search-backward
|
|
||||||
|
|
||||||
# Aliases
|
# Aliases
|
||||||
alias yay="yay --aur"
|
alias yay="yay --aur"
|
||||||
alias ls="exa"
|
alias ls="exa"
|
||||||
|
@ -23,9 +20,6 @@ dotfile() {
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
# alias dotfile='/usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME '
|
|
||||||
|
|
||||||
# Re-enable reverse-i-search
|
# Re-enable reverse-i-search
|
||||||
bindkey '^R' history-incremental-search-backward
|
bindkey '^R' history-incremental-search-backward
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue