summaryrefslogtreecommitdiff
path: root/home
diff options
context:
space:
mode:
authorXiao Pan <xyz@flylightning.xyz>2025-09-02 13:18:23 +0800
committerXiao Pan <xyz@flylightning.xyz>2025-09-02 13:42:48 +0800
commit050477c63658c09178a14b4441c2f02418453012 (patch)
tree413691d9bfc5f0705467d9667dd787a724757a76 /home
parenta91baf78b26f27091f738a2b6aba8b132884d247 (diff)
.bashrc more aliases
Diffstat (limited to 'home')
-rw-r--r--home/xyz/.bashrc4
1 files changed, 4 insertions, 0 deletions
diff --git a/home/xyz/.bashrc b/home/xyz/.bashrc
index ace62b8b..922e0c6a 100644
--- a/home/xyz/.bashrc
+++ b/home/xyz/.bashrc
@@ -75,7 +75,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'
@@ -96,6 +98,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'