diff options
author | Amin Bandali <bandali@kelar.org> | 2022-05-19 23:21:50 -0400 |
---|---|---|
committer | Amin Bandali <bandali@kelar.org> | 2022-05-19 23:21:50 -0400 |
commit | 3d36fc1a0227c20c1c6268fdf2c339c05805df4c (patch) | |
tree | beeb244ff2b93ae35be0d55f14c9b21b018417d7 /.emacs.d/etc/eshell | |
parent | fcf818a86ba770d32d9698d1e1603f1d06b206d7 (diff) | |
download | configs-3d36fc1a0227c20c1c6268fdf2c339c05805df4c.tar.gz configs-3d36fc1a0227c20c1c6268fdf2c339c05805df4c.tar.xz configs-3d36fc1a0227c20c1c6268fdf2c339c05805df4c.zip |
Add Gnus and mbsync configurations for @kelar.org email
Diffstat (limited to '.emacs.d/etc/eshell')
-rw-r--r-- | .emacs.d/etc/eshell/aliases | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.emacs.d/etc/eshell/aliases b/.emacs.d/etc/eshell/aliases index 203b616..c913598 100644 --- a/.emacs.d/etc/eshell/aliases +++ b/.emacs.d/etc/eshell/aliases @@ -17,4 +17,4 @@ alias vi find-file $1 alias vim find-file $1 alias mbsync mbsync -c $XDG_CONFIG_HOME/isync/mbsyncrc $* alias getmail getmail --getmaildir $XDG_CONFIG_HOME/getmail --rcfile getmailrc $* -alias m mbsync csclub; mbsync uwaterloo; mbsync shemshak; mbsync gnub; getmail +alias m mbsync csclub; mbsync uwaterloo; mbsync kelar; mbsync shemshak; mbsync gnub; getmail |