From 554b07e4f122e4dc4fdc2a64ed70caf4027e8c12 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Sun, 19 Jul 2009 17:12:09 +0200 Subject: new alias and remove useless vim modeline --- .zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.zshrc') diff --git a/.zshrc b/.zshrc index 088f53d..8e8b58a 100644 --- a/.zshrc +++ b/.zshrc @@ -439,6 +439,7 @@ alias g='git' alias gitk='giggle' # python is too long to type... alias q='python' +alias e='exec' alias ncmpc='ncmpc -c' alias youtube='youtube-dl -b ' @@ -548,7 +549,6 @@ zstyle ':completion:*' matcher-list 'm:{a-zA-Z}={A-Za-z}' 'r:|[._-]=* r:|=*' 'l: zstyle ':completion:*:descriptions' format $'%{\e[0;31m%}completing %B%d%b%{\e[0m%}' zstyle ':completion:*:warnings' format $'%{\e[0;31m%}No matches for:%{\e[0m%} %d' -# vim: set ft=zsh: # complete my little rc function (archlinux startscripts) function _rc () { case $CURRENT in -- cgit v1.2.3-24-g4f1b