added sudo alias to zshrc

This commit is contained in:
2023-09-01 17:08:31 +02:00
parent 19df2156e1
commit 632910d1c9
+1
View File
@@ -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