summaryrefslogtreecommitdiff
path: root/.config/shell/aliasrc
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2022-06-27 00:33:20 +0200
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2022-06-27 00:33:20 +0200
commitdf589ca12cad5b00ba4cfd5920610e7c51f791a2 (patch)
treea65cf3928eb23dc08febb31a79b93d1084e15d63 /.config/shell/aliasrc
parent0ed1f85b4bf84c97fe9d0c0db3fde9ffd08c2dda (diff)
Summer clean ~/
Diffstat (limited to '.config/shell/aliasrc')
-rwxr-xr-x.config/shell/aliasrc5
1 files changed, 4 insertions, 1 deletions
diff --git a/.config/shell/aliasrc b/.config/shell/aliasrc
index 89d8f7b..174f851 100755
--- a/.config/shell/aliasrc
+++ b/.config/shell/aliasrc
@@ -37,7 +37,10 @@ alias \
p="sudo pacman" \
config="/usr/bin/git --git-dir=$HOME/dotfiles/ --work-tree=$HOME" \
npm="fnm" \
- z="zathura"
+ z="zathura" \
+ mbsync="mbsync -c $MBSYNCRC" \
+ monerod=monerod --data-dir "$XDG_DATA_HOME"/bitmonero \
+ wget=wget --hsts-file="$XDG_DATA_HOME/wget-hsts"
# Pushing to multiple git repositories
alias gua="git remote | xargs -L1 git push --all"