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