From 2bf772118b41009267bae6f1e9af8c455fbcf371 Mon Sep 17 00:00:00 2001 From: Steven Lu Date: Tue, 9 Jul 2013 21:21:28 +0000 Subject: [PATCH 1/2] Removing bad alias that screws over sending flags to "history" --- lib/aliases.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/aliases.zsh b/lib/aliases.zsh index 9b3709172..4a2f8fe83 100644 --- a/lib/aliases.zsh +++ b/lib/aliases.zsh @@ -13,7 +13,7 @@ alias please='sudo' #alias g='grep -in' # Show history -alias history='fc -l 1' +# alias history='fc -l 1' # List direcory contents alias lsa='ls -lah' From dfb8c9c1c38f8070376079b3d0a004403a8db2bf Mon Sep 17 00:00:00 2001 From: Steven Lu Date: Tue, 9 Jul 2013 21:32:17 +0000 Subject: [PATCH 2/2] Adjust prompt date --- themes/lust.zsh-theme | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/lust.zsh-theme b/themes/lust.zsh-theme index f26e31272..e09144501 100644 --- a/themes/lust.zsh-theme +++ b/themes/lust.zsh-theme @@ -13,7 +13,7 @@ function myjobs() { } if [[ "$TERM" != "dumb" ]] && [[ "$DISABLE_LS_COLORS" != "true" ]]; then - PROMPT='%{$fg[red]%}%n%{$reset_color%}@%{$fg[green]%}%m%{$reset_color%}:%{$fg[blue]%}%~%{$reset_color%} %{$fg[yellow]%}%w %T%{$fg[magenta]%} %!%{$reset_color%} + PROMPT='%{$fg[red]%}%n%{$reset_color%}@%{$fg[green]%}%m%{$reset_color%}:%{$fg[blue]%}%~%{$reset_color%} %{$fg[yellow]%}%W %T%{$fg[magenta]%} %!%{$reset_color%} $(myjobs)%(!.%{$fg[red]%}#.%{$fg[cyan]%}❯)%{$reset_color%} ' ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg[green]%}"