diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-08-09 15:17:57 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-08-09 15:17:57 +0200 |
commit | 052f239b2c5be1dc6861b78f9239aeec7e4d8745 (patch) | |
tree | 26014ea971873e56cf34252e2fc67ba9b52c128f | |
parent | 3665c7680d5dec0ee7fd1e1338d29044389a8de1 (diff) |
Add hugo alias
-rwxr-xr-x | .config/shell/aliasrc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/.config/shell/aliasrc b/.config/shell/aliasrc index 8ff52fe..23e6cca 100755 --- a/.config/shell/aliasrc +++ b/.config/shell/aliasrc @@ -39,8 +39,9 @@ alias \ npm="fnm" \ z="zathura" \ mbsync="mbsync -c $MBSYNCRC" \ - monerod=monerod --data-dir "$XDG_DATA_HOME"/bitmonero \ - wget=wget --hsts-file="$XDG_DATA_HOME/wget-hsts" + monerod="monerod --data-dir "$XDG_DATA_HOME"/bitmonero" \ + wget="wget --hsts-file=$XDG_DATA_HOME/wget-hsts" \ + hss="hugo server --noHTTPCache" # Pushing to multiple git repositories alias gua="git remote | xargs -L1 git push --all" |