summaryrefslogtreecommitdiff
path: root/home
diff options
context:
space:
mode:
authorXiao Pan <xyz@flylightning.xyz>2025-09-02 13:25:50 +0800
committerXiao Pan <xyz@flylightning.xyz>2025-09-02 13:43:01 +0800
commitb322129f40dfb51d427f1c0a190016b492e33c2a (patch)
treeef356d1c9ac171cd9e9dd6c23fbd1cc332202226 /home
parent050477c63658c09178a14b4441c2f02418453012 (diff)
.bashrc more alias, and some commentib
Diffstat (limited to 'home')
-rw-r--r--home/xyz/.bashrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/home/xyz/.bashrc b/home/xyz/.bashrc
index 922e0c6a..375c0d5d 100644
--- a/home/xyz/.bashrc
+++ b/home/xyz/.bashrc
@@ -77,6 +77,7 @@ 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
+# Pacman Qqne Redirect
alias pqr='pacman -Qqne > "$XDG_CONFIG_HOME/myconf/pacman_Qqne"; pacman -Qqme > "$XDG_CONFIG_HOME/myconf/pacman_Qqme"'
alias pt=pactree
alias pu=paru
@@ -98,6 +99,7 @@ alias y=systemctl
alias yd='systemctl list-dependencies --all'
alias ydr='systemctl list-dependencies --all --reverse'
alias ye='systemctl list-unit-files --state=enabled'
+# sYstemctl Enabled Redirect
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'
@@ -118,6 +120,7 @@ alias vrm='"$EDITOR" "$XDG_DOCUMENTS_DIR/notes/others/recurring_maintenance.md"'
alias vt='"$EDITOR" "$XDG_DOCUMENTS_DIR/notes/others/tmp_mobile_notes.md"'
alias xmr='monero-wallet-cli --config-file="$HOME/.bitmonero/monero-wallet-cli.conf"'
alias xmrds='monerod status; monerod print_net_stats'
+alias xr='xset r rate 250 30'
alias za='zoxide add'
#alias zq='zoxide query'
#alias zqi='zoxide query -i'