From 04b94f8f264b6afeafcc360ea4c084ad46deaa41 Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Mon, 4 Aug 2014 23:32:12 +0200 Subject: zshrc: Add `ms` alias for mbsync --- zsh/.zshrc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'zsh/.zshrc') diff --git a/zsh/.zshrc b/zsh/.zshrc index 68fffef..9541e5d 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -67,17 +67,17 @@ bindkey -M vicmd 'e' edit-command-line ## Aliasing and keybinding ## alias wefree='weechat -a -r "/connect Freenode"' -ls_options='-F --color=auto --group-directories-first' +alias ms='mbsync -c "$XDG_CONFIG_HOME/mbsyncrc" theos' + +ls_options='-A -F --color=auto --group-directories-first' alias ls="ls $ls_options" alias lsa="ls $ls_options -hAX" alias lla="ls $ls_options -lhA" + alias df='df -h' -alias nano='nano -w' # No linewrap alias ncmpcpp='ncmpcpp -c ~/.config/ncmpcpp/config' -alias 'cd..'='cd ..' alias '...'='../..' alias mkdir='mkdir -vp' -alias 'please?'='sudo $(history | tail -n1 | cut -c 8-)' alias acp='acp -g' alias amv='amv -g' -- cgit v1.2.3-54-g00ecf