diff options
author | xyz <gky44px1999@gmail.com> | 2021-10-31 15:20:25 -0700 |
---|---|---|
committer | xyz <gky44px1999@gmail.com> | 2021-10-31 15:20:25 -0700 |
commit | 77aedd14f3a0c153a8a131fa56e087ebadf44067 (patch) | |
tree | 1c6a480d4dd7038c5e07bef53a25ad122f4ad566 /home | |
parent | ee0ad135428cacea23d87e5cec2ec3c6fff30722 (diff) |
bashrc more alias
Diffstat (limited to 'home')
-rw-r--r-- | home/xyz/.bashrc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/home/xyz/.bashrc b/home/xyz/.bashrc index f6f33bc9..13ebf279 100644 --- a/home/xyz/.bashrc +++ b/home/xyz/.bashrc @@ -50,6 +50,9 @@ alias ap='sudo ampy -p /dev/ttyACM0' alias c=cfg alias g=git alias l='ls -A --group-directories-first' +alias m=man +alias p=pacman +alias pu=paru alias s='sudo ' # https://askubuntu.com/a/22043 alias se='sudo -E ' alias spd='speedtest --no-upload; librespeed-cli --no-upload' |