diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-09-13 23:57:54 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-09-13 23:57:54 +0200 |
commit | d5f4bbbda73377cbf0d8e07071253ad31ba5dbd0 (patch) | |
tree | efc02b9a0c75a08fb64526f96fb58f67e630c5d2 /.config/shell/aliasrc | |
parent | e210cb99f884cb1afbb508bc6f64e27fcd7b2391 (diff) |
Update shell config
Diffstat (limited to '.config/shell/aliasrc')
-rwxr-xr-x | .config/shell/aliasrc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.config/shell/aliasrc b/.config/shell/aliasrc index 23e6cca..8364c42 100755 --- a/.config/shell/aliasrc +++ b/.config/shell/aliasrc @@ -41,7 +41,8 @@ alias \ mbsync="mbsync -c $MBSYNCRC" \ monerod="monerod --data-dir "$XDG_DATA_HOME"/bitmonero" \ wget="wget --hsts-file=$XDG_DATA_HOME/wget-hsts" \ - hss="hugo server --noHTTPCache" + hss="hugo server --noHTTPCache" \ + tmux="tmux -u" # Pushing to multiple git repositories alias gua="git remote | xargs -L1 git push --all" |