diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..4d6a346 --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +/* +/*/ +!/.gitignore + +!/dustvoice.zsh-theme diff --git a/dustvoice.zsh-theme b/dustvoice.zsh-theme new file mode 100644 index 0000000..1ac6051 --- /dev/null +++ b/dustvoice.zsh-theme @@ -0,0 +1,10 @@ +# user, host, full path, and time/date +# on two lines for easier vgrepping +# entry in a nice long thread on the Arch Linux forums: https://bbs.archlinux.org/viewtopic.php?pid=521888#p521888 +PROMPT=$'%b%{$fg[yellow]%}%n@%{$fg[magenta]%}%M %{$fg[green]%}%~ +%{$fg_bold[white]%}%(!.#.$)%{$reset_color%} ' + +ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg[blue]%}" +ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%} " +ZSH_THEME_GIT_PROMPT_DIRTY="%{$fg[blue]%} %{$fg[red]%}X" +ZSH_THEME_GIT_PROMPT_CLEAN="%{$fg[blue]%}"