mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-11 00:10:08 +00:00
Add geoffgarside theme
This commit is contained in:
parent
857ec726c8
commit
3dfa677ede
2 changed files with 2 additions and 0 deletions
1
themes/geoffgarside.zsh-theme
Normal file
1
themes/geoffgarside.zsh-theme
Normal file
|
@ -0,0 +1 @@
|
|||
PROMPT='%m:%1/$(git_prompt_info) %n\$ '
|
1
zshrc
1
zshrc
|
@ -4,6 +4,7 @@ export ZSH=$HOME/.oh-my-zsh
|
|||
# Set to the name theme to load.
|
||||
# Look in ~/.oh-my-zsh/themes/
|
||||
export ZSH_THEME="robbyrussell"
|
||||
export ZSH_THEME="geoffgarside"
|
||||
|
||||
# Load all of the config files in ~/oh-my-zsh that end in .zsh
|
||||
# TIP: Add files you don't want in git to .gitignore
|
||||
|
|
Loading…
Reference in a new issue