From 1b2fe32c1532c3b85b2fcd307d257f456c1e3122 Mon Sep 17 00:00:00 2001 From: Alessandro Mauri Date: Mon, 9 Aug 2021 00:44:51 +0200 Subject: [PATCH] us --- conf/home/zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"