From a68584ff3e942c43580dc04ab7494c3ae73fc8dd Mon Sep 17 00:00:00 2001 From: Aaron LI Date: Thu, 25 Feb 2016 13:05:55 +0800 Subject: Tune zsh configurations. _zshrc: place 'aliases.zsh' to the last _zsh/emacs.zsh: add alias 'mu4e' --- _zsh/emacs.zsh | 2 ++ _zshrc | 3 +-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/_zsh/emacs.zsh b/_zsh/emacs.zsh index 501ddb2..b1ace40 100644 --- a/_zsh/emacs.zsh +++ b/_zsh/emacs.zsh @@ -26,6 +26,8 @@ alias e=emacs alias eeval='_emacsclient --eval' # Create a new X frame alias eframe='_emacsclient --create-frame --no-wait' +# mu4e +alias mu4e='eframe -e "(mu4e)" -F "((width . 100) (height . 40))"' # Write to stdout the path to the file opened in the current buffer function efile() { diff --git a/_zshrc b/_zshrc index 0266dcc..eaf2f3d 100644 --- a/_zshrc +++ b/_zshrc @@ -19,7 +19,6 @@ ## ## Aaron LI ## Created: 2014-05-31 -## Updated: 2016-02-21 ## @@ -29,13 +28,13 @@ source ~/.zsh/setopt.zsh source ~/.zsh/exports.zsh source ~/.zsh/prompt.zsh source ~/.zsh/completion.zsh -source ~/.zsh/aliases.zsh source ~/.zsh/bindkeys.zsh source ~/.zsh/functions.zsh source ~/.zsh/history.zsh source ~/.zsh/hooks.zsh source ~/.zsh/vi-mode.zsh source ~/.zsh/emacs.zsh +source ~/.zsh/aliases.zsh ## Local configurations [ -r ~/.zshrc.local ] && source ~/.zshrc.local -- cgit v1.2.2