From 0c4889480d93f2a73179cb5f66452da5de3a9aff Mon Sep 17 00:00:00 2001 From: Oliver Date: Wed, 12 Sep 2012 20:20:05 +0200 Subject: [PATCH] Changed default args for history to be more descriptive --- lib/aliases.zsh | 2 +- templates/zshrc.zsh-template | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/aliases.zsh b/lib/aliases.zsh index 0555be264..9a91dd5f9 100644 --- a/lib/aliases.zsh +++ b/lib/aliases.zsh @@ -12,7 +12,7 @@ alias _='sudo' #alias g='grep -in' # Show history -alias history='fc -l 1' +alias history='fc -Ddil 1' # List direcory contents alias lsa='ls -lah' diff --git a/templates/zshrc.zsh-template b/templates/zshrc.zsh-template index c065dbcc9..8fe4ab3ba 100644 --- a/templates/zshrc.zsh-template +++ b/templates/zshrc.zsh-template @@ -34,3 +34,4 @@ plugins=(git svn history-substring-search) source $ZSH/oh-my-zsh.sh # Customize to your needs... +setopt interactivecomments