From 5c6534ca201f4d386503c4ce89dbf5ed10b96cb4 Mon Sep 17 00:00:00 2001 From: Xiao Pan Date: Tue, 2 Sep 2025 13:18:23 +0800 Subject: .bashrc more aliases --- home/xyz/.bashrc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/home/xyz/.bashrc b/home/xyz/.bashrc index 7a220dbf..3f7d0eba 100644 --- a/home/xyz/.bashrc +++ b/home/xyz/.bashrc @@ -93,7 +93,9 @@ alias ll='ls --color=auto -lAh --group-directories-first' alias lop='loop ping' alias lopd='loop ping 9.9.9.9' alias m=man +alias mpf='mpra -c "$HOME/programs/repos/fly/any/fsh-git"; sudo pacman -Sy fsh-git --noconfirm' alias p=pacman +alias pqr='pacman -Qqne > "$XDG_CONFIG_HOME/myconf/pacman_Qqne"; pacman -Qqme > "$XDG_CONFIG_HOME/myconf/pacman_Qqme"' alias pt=pactree alias pu=paru alias qre='qrencode -t utf8i -m 1' @@ -114,6 +116,8 @@ alias y=systemctl alias yd='systemctl list-dependencies --all' alias ydr='systemctl list-dependencies --all --reverse' alias ye='systemctl list-unit-files --state=enabled' +alias yer='systemctl list-unit-files --state=enabled > "$XDG_CONFIG_HOME/myconf/sye"; systemctl --user list-unit-files --state=enabled > "$XDG_CONFIG_HOME/myconf/syue"' +alias yr='systemctl restart' alias ys='systemctl status' alias yu='systemctl --user' alias yue='systemctl --user list-unit-files --state=enabled' -- cgit v1.2.3-70-g09d2