diff options
author | Xiao Pan <gky44px1999@gmail.com> | 2023-04-15 21:10:48 -0700 |
---|---|---|
committer | Xiao Pan <gky44px1999@gmail.com> | 2023-04-15 21:10:48 -0700 |
commit | 1f9437a8cdeb18b4c6a18d93282a813b012d04f2 (patch) | |
tree | 1ac10397dcfe0895ce29bbf4f725c0add7c0595b /home/xyz/.bashrc | |
parent | 2fe4d8530f99755c6cf0aa6a5a624b6432dce856 (diff) |
rename alias msp to xmrds
Diffstat (limited to 'home/xyz/.bashrc')
-rw-r--r-- | home/xyz/.bashrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/xyz/.bashrc b/home/xyz/.bashrc index 39001956..4eabd4dd 100644 --- a/home/xyz/.bashrc +++ b/home/xyz/.bashrc @@ -88,7 +88,6 @@ alias lopd='loop ping 1.1.1.1' alias m=man alias ms='mullvad status' alias msl='mullvad status listen' -alias msp='monerod status; monerod print_net_stats' alias p=pacman alias pg='"$PAGER"' alias pt=pactree @@ -119,6 +118,7 @@ alias vrc='"$EDITOR" +e\ \$MYVIMRC' 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 za='zoxide add' #alias zq='zoxide query' #alias zqi='zoxide query -i' |