added sudo alias
This commit is contained in:
@@ -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;
|
||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user