summaryrefslogtreecommitdiff
path: root/home/xyz/.bashrc
diff options
context:
space:
mode:
authorxyz <gky44px1999@gmail.com>2022-08-08 01:19:09 -0700
committerxyz <gky44px1999@gmail.com>2022-08-08 01:19:09 -0700
commit7764664874a28cfe607cd8740fb5b12b90662d19 (patch)
tree3a4253db374289ac2aeff7951cc551b6d0fd3406 /home/xyz/.bashrc
parent6df63872359ae34ff6fd7eeb0aa36409ea19eb7b (diff)
what if alias is "sudo xxx", and you do "m xxx"? fixed it
Diffstat (limited to 'home/xyz/.bashrc')
-rw-r--r--home/xyz/.bashrc2
1 files changed, 1 insertions, 1 deletions
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