mirror of
https://github.com/KevinMidboe/dotfiles.git
synced 2026-01-08 10:15:40 +00:00
Added oh-my-zsh in all its glory
This commit is contained in:
8
.oh-my-zsh/themes/gallifrey.zsh-theme
Normal file
8
.oh-my-zsh/themes/gallifrey.zsh-theme
Normal file
@@ -0,0 +1,8 @@
|
||||
# ZSH Theme - Preview: https://flic.kr/p/ZFvivf
|
||||
local return_code="%(?..%{$fg[red]%}%? ↵%{$reset_color%})"
|
||||
|
||||
PROMPT='%{$fg[green]%}%m%{$reset_color%} %2~ $(git_prompt_info)%{$reset_color%}%B»%b '
|
||||
RPS1="${return_code}"
|
||||
|
||||
ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg[yellow]%}‹"
|
||||
ZSH_THEME_GIT_PROMPT_SUFFIX="› %{$reset_color%}"
|
||||
Reference in New Issue
Block a user