diff options
author | Marc Cornellà <hello@mcornella.com> | 2021-12-13 17:12:31 +0100 |
---|---|---|
committer | Marc Cornellà <hello@mcornella.com> | 2021-12-13 17:14:25 +0100 |
commit | e3bb6e685dc0325f472a4cfadb9847add12ec699 (patch) | |
tree | a7b31f17a590f6c550f3e002cf396ba5e10e15e6 /themes/aussiegeek.zsh-theme | |
parent | aa99472c8ac5bdd111ea306e800bb152fb8580ac (diff) | |
download | zsh-e3bb6e685dc0325f472a4cfadb9847add12ec699.tar.gz zsh-e3bb6e685dc0325f472a4cfadb9847add12ec699.tar.bz2 zsh-e3bb6e685dc0325f472a4cfadb9847add12ec699.zip |
refactor(themes): use `ruby_prompt_info` everywhere
Diffstat (limited to 'themes/aussiegeek.zsh-theme')
-rw-r--r-- | themes/aussiegeek.zsh-theme | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/aussiegeek.zsh-theme b/themes/aussiegeek.zsh-theme index c2c7f65b9..2ded5c157 100644 --- a/themes/aussiegeek.zsh-theme +++ b/themes/aussiegeek.zsh-theme @@ -1,5 +1,5 @@ -PROMPT='$fg_bold[blue][ $fg[red]%t $fg_bold[blue]] $fg_bold[blue] [ $fg[red]%n@%m:%~$(git_prompt_info)$fg[yellow]$(rvm_prompt_info)$fg_bold[blue] ]$reset_color +PROMPT='$fg_bold[blue][ $fg[red]%t $fg_bold[blue]] $fg_bold[blue] [ $fg[red]%n@%m:%~$(git_prompt_info)$fg[yellow]$(ruby_prompt_info)$fg_bold[blue] ]$reset_color $ ' # git theming ZSH_THEME_GIT_PROMPT_PREFIX="$fg_bold[green](" |