mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-02 02:19:06 +01:00
added personal aliases
padrino aliases as a plugin ocodo and squee zsh-prompts (osx specific)
This commit is contained in:
parent
caa15548c1
commit
7a99688047
4 changed files with 28 additions and 3 deletions
9
themes/ocodo.zsh-theme
Normal file
9
themes/ocodo.zsh-theme
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
LHOST=$(scutil --get LocalHostName)
|
||||
PROMPT='$FG[030][$FG[079]%n@$LHOST$FG[030]][$FG[043]%t$FG[030] $(git_prompt_info)$FG[116]$(rvm_prompt_info)$FG[030]]$reset_color
|
||||
$FG[030][$FG[079]%~$FG[030]]$reset_color
|
||||
$ '
|
||||
# git theming
|
||||
ZSH_THEME_GIT_PROMPT_PREFIX="$fg_bold[red]($fg_bold[white]"
|
||||
ZSH_THEME_GIT_PROMPT_SUFFIX="$fg_bold[red])"
|
||||
ZSH_THEME_GIT_PROMPT_CLEAN=""
|
||||
ZSH_THEME_GIT_PROMPT_DIRTY="$fg_bold[cyan]*"
|
||||
Loading…
Add table
Add a link
Reference in a new issue