Skip to content

Commit

Permalink
include zmv and tweak prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
Darrick Wiebe committed Feb 10, 2010
1 parent cae5705 commit ef8f505
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions lib/misc.zsh
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -11,3 +11,6 @@ setopt long_list_jobs
## pager ## pager
export PAGER=less export PAGER=less
export LC_CTYPE=en_US.UTF-8 export LC_CTYPE=en_US.UTF-8

## for bulk file renaming
autoload -U zmv
2 changes: 1 addition & 1 deletion themes/pangloss.zsh-theme
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ function current_subpath() {
} }


local colon="%{$fg[blue]%}:%{$reset_color%}" local colon="%{$fg[blue]%}:%{$reset_color%}"
PROMPT='%n$colon$RUBY_VERSION %{$fg[blue]%}%{$reset_color%} $(git_prompt_info)%{$fg_bold[white]%}$(current_subpath) $ %{$reset_color%}' PROMPT='%n$colon$RUBY_VERSION %{$fg[blue]%}in%{$reset_color%} $(git_prompt_info)%{$fg_bold[white]%}$(current_subpath) $ %{$reset_color%}'


ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg[green]%}(" ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg[green]%}("
ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%}" ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%}"
Expand Down

0 comments on commit ef8f505

Please sign in to comment.