From 332ada921638609309ae4fe28c7672fe0555f26d Mon Sep 17 00:00:00 2001 From: VectorKappa Date: Wed, 29 Sep 2021 09:35:31 +0200 Subject: [PATCH] A new alias, thanks @eRgo35 :) --- zsh/.aliases | 1 + 1 file changed, 1 insertion(+) diff --git a/zsh/.aliases b/zsh/.aliases index 7ffa2e2..3a215cc 100644 --- a/zsh/.aliases +++ b/zsh/.aliases @@ -82,4 +82,5 @@ alias pscpu10='ps -e -o pcpu,cpu,nice,state,cputime,args|sort -k1,1n -nr | head alias hist10='print -l ${(o)history%% *} | uniq -c | sort -nr | head -n 10' alias cantbebothered='git add -a && git commit -m $(curl -s http://whatthecommit.com/index.txt | uwuify | cowsay -f $(ls /usr/share/cowsay/cows/ | shuf -n1) | lolcat ) && git push' alias please='sudo' +alias simon-says='sudo' alias runhis="anyframe-widget-execute-history"