added sudo alias

This commit is contained in:
2024-05-07 10:30:28 +02:00
parent 0554207965
commit d537b74a6a
2 changed files with 24 additions and 0 deletions
@@ -0,0 +1,23 @@
# Shadow
shadow = false;
# Opacity
inactive-opacity = 1;
active-opacity = 1;
frame-opacity = 1;
inactive-dim = 0.0;
# Blur
blur-background = false;
# Fading
fading = false;
fade-delta = 5;
fade-in-step = 0.03;
fade-out-step = 0.03;
no-fading-openclose = true;
# Backend
backend = "glx";
vsync = true;
+1
View File
@@ -150,6 +150,7 @@ bindkey '^[[3~' delete-char
powerline-config tmux setup powerline-config tmux setup
alias vim=nvim alias vim=nvim
alias sudo='sudo '
# add the custom functions from the .custom_functions file # add the custom functions from the .custom_functions file
custom_func_dir=$HOME/.scripts custom_func_dir=$HOME/.scripts