mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-27 03:05:39 +01:00
[#3238] swapping out %~ for %1/ in a few themes to fix rvm_project_path issue
This commit is contained in:
parent
96e4e5dd03
commit
2f884811bb
15 changed files with 15 additions and 15 deletions
|
|
@ -38,7 +38,7 @@ git_prompt() {
|
|||
local smiley="%(?,%{$fg[green]%}☺%{$reset_color%},%{$fg[red]%}☹%{$reset_color%})"
|
||||
|
||||
PROMPT='
|
||||
%~
|
||||
%1/
|
||||
${smiley} %{$reset_color%}'
|
||||
|
||||
RPROMPT='%{$fg[white]%} $(~/.rvm/bin/rvm-prompt)$(git_prompt)%{$reset_color%}'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue