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

View File

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