From 912ccdfc977446a1f61d74133a7a0c76564fb1b8 Mon Sep 17 00:00:00 2001 From: Gabriel Ebner Date: Wed, 25 Apr 2012 00:17:12 +0200 Subject: [PATCH] Remove ar alias. --- zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/zshrc b/zshrc index 354749a..6cab0df 100644 --- a/zshrc +++ b/zshrc @@ -15,6 +15,7 @@ source $ZSH/oh-my-zsh.sh setopt nocorrect_all alias ll=ll alias l='ls -lha' +alias ar=ar # History setopt APPEND_HISTORY SHARE_HISTORY EXTENDED_HISTORY INC_APPEND_HISTORY \