added fuck alias

This commit is contained in:
Gabe Venberg 2019-03-30 14:09:20 -05:00
parent 9c9862d8e4
commit d88054554f

View file

@ -94,6 +94,7 @@ local LOCAL_ZSHRC=$HOME/.config/zshlocal # Allow the local machine to have
alias vim="nvim"
alias vimdiff="nvim -d"
alias mutt="neomutt"
alias fuck='sudo $(fc -ln -1)'
#i3sleep locks the screen and puts the system to sleep
alias i3sleep="systemctl suspend && i3lock"