From 7764664874a28cfe607cd8740fb5b12b90662d19 Mon Sep 17 00:00:00 2001 From: xyz Date: Mon, 8 Aug 2022 01:19:09 -0700 Subject: what if alias is "sudo xxx", and you do "m xxx"? fixed it --- home/xyz/.bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/xyz/.bashrc b/home/xyz/.bashrc index dd06b90e..f6d1e68d 100644 --- a/home/xyz/.bashrc +++ b/home/xyz/.bashrc @@ -71,7 +71,7 @@ alias fdu="sudo find . -maxdepth 1 -execdir du -sh '{}' \+ | sort -h" alias g=git alias l='\ls --color=auto -A --group-directories-first' alias ll='\ls --color=auto -lAh --group-directories-first' -alias m='man ' +alias m=man alias p=pacman alias pt=pactree alias pu=paru -- cgit v1.2.3-70-g09d2