diff options
author | xyz <gky44px1999@gmail.com> | 2022-03-18 00:24:49 -0700 |
---|---|---|
committer | xyz <gky44px1999@gmail.com> | 2022-03-18 00:24:49 -0700 |
commit | 08b465c935ddc3cafd136c7cd88778f45d463082 (patch) | |
tree | ea450a7b9177a4ae5ee476bb821df83bb610fe27 /home/xyz/.bashrc | |
parent | 39c2c17a911bf2bad9a41be1c3ed2b65b9957e20 (diff) |
alias pactree, fix yt-dlp aria2c download slow, qrcp use wifi
Diffstat (limited to 'home/xyz/.bashrc')
-rw-r--r-- | home/xyz/.bashrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/home/xyz/.bashrc b/home/xyz/.bashrc index 08803820..69dbfa00 100644 --- a/home/xyz/.bashrc +++ b/home/xyz/.bashrc @@ -66,6 +66,7 @@ alias l='\ls --color=auto -A --group-directories-first' alias ll='\ls --color=auto -lAh --group-directories-first' alias m=man alias p=pacman +alias pt=pactree alias pu=paru alias qre='qrencode -t utf8i -m 1' alias r='rem -c+2 -@' |