From f295e5d45255181e18ece88c42e3ed67d940ef4e Mon Sep 17 00:00:00 2001 From: Amin Bandali <bandali@kelar.org> Date: Wed, 26 Feb 2025 19:16:46 -0500 Subject: Various updates --- .bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.bashrc') diff --git a/.bashrc b/.bashrc index 236cb9f..5c3e2e7 100644 --- a/.bashrc +++ b/.bashrc @@ -155,7 +155,7 @@ alias mpva="mpv --ytdl-format=bestaudio" # mail alias mbsync='mbsync -c "$XDG_CONFIG_HOME"/isync/mbsyncrc' alias getmail='getmail --getmaildir "$XDG_CONFIG_HOME"/getmail --rcfile getmailrc' -alias m="mbsync kelar; getmail" +alias m="mbsync kelar; mbsync ia; getmail" # theme alias da='change-theme dark' alias li='change-theme light' -- cgit v1.2.3-83-g751a