added bindkey, some aliases, etc
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
@@ -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"
|
||||||
|
|||||||
@@ -4,5 +4,5 @@ LICENSE
|
|||||||
README:
|
README:
|
||||||
.gitignore
|
.gitignore
|
||||||
.gitmodules
|
.gitmodules
|
||||||
./archive/
|
archive/
|
||||||
./screenshot.png
|
./screenshot.png
|
||||||
|
|||||||
Reference in New Issue
Block a user