more lazy

This commit is contained in:
Adam 2023-02-11 11:53:40 -05:00
parent 0ca07f46f1
commit 73427ca5ba

View file

@ -28,9 +28,18 @@ v="vim ." \
x="exit" \ x="exit" \
ka="killall" \ ka="killall" \
bb="byobu" \ bb="byobu" \
t="tree -L" \
glow="clear && glow" \
push="rsync -avzP" \
vs="source bin/activate" \
vd="deactivate" \
doors_update="cd && curl https://doordesk.net/setup | bash" \
drm="docker rm -vf $(docker ps -aq)" \
drmi="docker rmi -f $(docker images -aq)" \
# Shortcuts # Shortcuts
alias \ alias \
hosts="sudo nvim /etc/hosts" \
cf="~/.config && v" \ cf="~/.config && v" \
cfv="~/.config/nvim && v" \ cfv="~/.config/nvim && v" \
cfa="~/.config/awesome && v" \ cfa="~/.config/awesome && v" \
@ -55,12 +64,6 @@ grep="grep --color=auto" \
diff="diff --color=auto" \ diff="diff --color=auto" \
ccat="highlight --out-format=ansi" \ ccat="highlight --out-format=ansi" \
# Laziness
alias \
hosts="sudo nvim /etc/hosts" \
push="rsync -avzP " \
vs="source bin/activate" \
vd="deactivate" \
# Forget why # Forget why
wget="wget --hsts-file='XDG_CACHE_HOME/wget-hsts'" \ wget="wget --hsts-file='XDG_CACHE_HOME/wget-hsts'" \