diff --git a/conf/home/zshrc b/conf/home/zshrc index 10b127d..1f8ccf7 100644 --- a/conf/home/zshrc +++ b/conf/home/zshrc @@ -37,7 +37,7 @@ alias progetti='cd $HOME/Documents/projects; ls' alias windoze='sudo zzz -R' alias bruh='make -j9 && sudo make install && make clean' alias mdl='ts youtube-dl -i -x --audio-format best --audio-quality 0 -o "%(title)s.%(ext)s"' -alias sudo=doas +alias sudo=us # Colored man pages with less(1) export LESS="--RAW-CONTROL-CHARS"