added bindkey, some aliases, etc

This commit is contained in:
2022-06-06 17:29:18 -07:00
parent 9b0058f226
commit 366d278607
3 changed files with 15 additions and 12 deletions

View File

@@ -126,3 +126,12 @@ prompt_purification_setup() {
}
prompt_purification_setup
bindkey "^[[1;5C" forward-word
bindkey "^[[1;5D" backward-word
source /home/opal/bin/zsh-autocomplete/zsh-autocomplete.plugin.zsh
source <(kubectl completion zsh)

View File

@@ -1,21 +1,15 @@
# ~ Pacman ~ #
alias install="sudo pacman -S"
alias remove="sudo pacman -R"
alias search="pacman -Ss"
alias update="sudo pacman -Syyu"
alias install="sudo apt install"
alias remove="sudo apt remove"
alias search="apt search"
alias update="sudo apt update && sudo apt upgrade"
# ~ Commands ~ #
alias ip="ip -c"
alias rm="trash -v --trash-dir=$HOME/.trash"
alias cls="ls-awk"
# ~ Heck the GNU Coreutils ~ #
alias ls="exa"
alias find="fd"
alias cat="bat"
alias du="gdu"
alias grep="rg"
alias dig="dog-dig"
alias cat="batcat"
# ~ Derp ~ #
alias unmount="umount"

View File

@@ -4,5 +4,5 @@ LICENSE
README:
.gitignore
.gitmodules
./archive/
archive/
./screenshot.png