diff --git a/lib/aliases.zsh b/lib/aliases.zsh index 0555be264..64123931e 100644 --- a/lib/aliases.zsh +++ b/lib/aliases.zsh @@ -9,16 +9,15 @@ alias -- -='cd -' # Super user alias _='sudo' -#alias g='grep -in' - # Show history alias history='fc -l 1' # List direcory contents -alias lsa='ls -lah' -alias l='ls -la' +alias lla='ls -lah' +alias la='ls -la' alias ll='ls -l' -alias sl=ls # often screw this up +alias llh='ls -hl' +alias lt='ls -lrthF' +#alias sl=ls # often screw this up alias afind='ack-grep -il' - diff --git a/themes/jocelyn.zsh-theme b/themes/jocelyn.zsh-theme index 708770a09..7c9d04b63 100644 --- a/themes/jocelyn.zsh-theme +++ b/themes/jocelyn.zsh-theme @@ -1,5 +1,5 @@ -PROMPT='(%{$fg_bold[magenta]%}%n%{$reset_color%}@%{$fg_bold[blue]%}%m%{$reset_color%}) - (%{$fg_bold[blue]%}%T%{$reset_color%}) - (%{$fg[green]%}%~%{$reset_color%}%) -$(git_prompt_info)%{$reset_color%}$fg_bold[green]%}➜ %{$reset_color%}' +PROMPT='(%{$fg_bold[magenta]%}%n%{$reset_color%}@%{$fg_bold[blue]%}%m%{$reset_color%}) - (%{$fg_bold[blue]%}%T%{$reset_color%}) - (%{$fg_bold[blue]%}%~%{$reset_color%}%) +$(git_prompt_info)%{$reset_color%}$fg_bold[green]%}➜ %{$reset_color%}%{$fg_bold[green]%' ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg_bold[blue]%}git:%{$reset_color%}(%{$fg_bold[yellow]%}" ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%}"