diff options
| author | EuAndreh <eu@euandre.org> | 2021-01-18 00:27:50 -0300 |
|---|---|---|
| committer | EuAndreh <eu@euandre.org> | 2021-01-18 00:27:50 -0300 |
| commit | 2e79e9d64f87b91a306c9f0d8d694d4992090314 (patch) | |
| tree | 3d45bd234fd209e943345c022c2e6c29d834f851 | |
| parent | scripts/post.sh: STDOUT filename for use with backticks (diff) | |
| download | dotfiles-2e79e9d64f87b91a306c9f0d8d694d4992090314.tar.gz dotfiles-2e79e9d64f87b91a306c9f0d8d694d4992090314.tar.xz | |
bash/aliases.sh: Better alias definitions for "m" and "mm"
| -rw-r--r-- | bash/aliases.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bash/aliases.sh b/bash/aliases.sh index 97e22a58..33070027 100644 --- a/bash/aliases.sh +++ b/bash/aliases.sh @@ -15,8 +15,8 @@ alias vpn="sudo openvpn --config $DOTFILES/VPN/euandreh.ovpn" alias watch="watch --color " alias mr="mr -s" alias ncdu="ncdu --color dark" -alias mm="sync-mail.sh" -alias m="sync-mail.sh --fast" +alias mm="mbsync -A && notmuch new" +alias m="mbsync EuAndreh && notmuch new" alias n='neomutt' alias p='ping euandre.org -c 3' alias playerctl="playerctl --player=\"\$(cat ~/.cache/andreh/mpris-player.txt)\"" |
