From d88054554f90d6c2ab6ad6f7b6766bc723648bc3 Mon Sep 17 00:00:00 2001 From: Gabe Venberg Date: Sat, 30 Mar 2019 14:09:20 -0500 Subject: [PATCH] added fuck alias --- zsh/.zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/zsh/.zshrc b/zsh/.zshrc index 5c9fdee..3d3b329 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -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"