diff options
author | Xiao Pan <gky44px1999@gmail.com> | 2023-01-02 09:56:00 -0800 |
---|---|---|
committer | Xiao Pan <gky44px1999@gmail.com> | 2023-01-02 09:56:00 -0800 |
commit | fb500a3cc09e5a3ad37fa2422829606bf5343544 (patch) | |
tree | 7f9ab3ae0e8a4efd84758f0f99819c9040f3cd16 /home | |
parent | 07f9b68df86cd4a8b71356dc4a02f46d36f43d26 (diff) |
update
Diffstat (limited to 'home')
-rw-r--r-- | home/xyz/.bashrc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/home/xyz/.bashrc b/home/xyz/.bashrc index 14e40bda..48e94020 100644 --- a/home/xyz/.bashrc +++ b/home/xyz/.bashrc @@ -75,6 +75,8 @@ alias l='\ls --color=auto -A --group-directories-first' alias ll='\ls --color=auto -lAh --group-directories-first' alias lpp='loop ping 1.1.1.1' alias m=man +alias ms='mullvad status' +alias msl='mullvad status listen' alias p=pacman alias pg='"$PAGER"' alias pt=pactree |