From 632910d1c9d2ba01365a328830aed2002791335b Mon Sep 17 00:00:00 2001 From: Alex Blank Date: Fri, 1 Sep 2023 17:08:31 +0200 Subject: [PATCH] added sudo alias to zshrc --- .zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.zshrc b/.zshrc index 7cd95b8..2527895 100644 --- a/.zshrc +++ b/.zshrc @@ -150,6 +150,7 @@ bindkey '^[[3~' delete-char powerline-config tmux setup alias vim=nvim +alias sudo='sudo ' # add the custom functions from the .custom_functions file custom_func_dir=$HOME/.scripts