diff options
author | Xiao Pan <gky44px1999@gmail.com> | 2023-04-02 01:41:02 -0700 |
---|---|---|
committer | Xiao Pan <gky44px1999@gmail.com> | 2023-04-02 01:41:02 -0700 |
commit | 548276e0bb1059d34a0bc425661dc9db88cc37c0 (patch) | |
tree | 57e9e27151dbf1baa8e3b52d57d2ad6b3fce3166 /home/xyz/.bashrc | |
parent | b822b7715f86bc205a2f0cffb9d71c34132b97b7 (diff) |
use alias instead of script for xmr
Diffstat (limited to 'home/xyz/.bashrc')
-rw-r--r-- | home/xyz/.bashrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/home/xyz/.bashrc b/home/xyz/.bashrc index 100a24b0..8a1dedc6 100644 --- a/home/xyz/.bashrc +++ b/home/xyz/.bashrc @@ -115,6 +115,7 @@ alias vr='"$EDITOR" "$DOTREMINDERS"' 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 za='zoxide add' #alias zq='zoxide query' #alias zqi='zoxide query -i' |