Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
skuridin committed Nov 7, 2015
0 parents commit aa0ccf4
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
@@ -0,0 +1 @@
.DS_Store
1 change: 1 addition & 0 deletions README.md
@@ -0,0 +1 @@
# Node.js theme for ZSH users
10 changes: 10 additions & 0 deletions node.zsh-theme
@@ -0,0 +1,10 @@
if [[ -z $ZSH_THEME_PREFIX ]]; then
ZSH_THEME_PREFIX=''
fi

PROMPT='%{$fg_bold[green]%}$ZSH_THEME_PREFIX %{$fg_bold[green]%}%p %{$fg[green]%}%c %{$fg_bold[cyan]%}$(git_prompt_info)%{$fg_bold[blue]%} % %{$reset_color%}'

ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg[green]%} %{$fg[cyan]%}"
ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%}"
ZSH_THEME_GIT_PROMPT_DIRTY="%{$fg[green]%} %{$fg[red]%}⦿%{$reset_color%}"
ZSH_THEME_GIT_PROMPT_CLEAN="%{$fg[green]%} %{$fg[yellow]%}⦾%{$reset_color%}"
Binary file added screenshot.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit aa0ccf4

Please sign in to comment.