diff --git a/plugins/scripts-to-rule-them-all/scripts-to-rule-them-all.plugin.zsh b/plugins/scripts-to-rule-them-all/scripts-to-rule-them-all.plugin.zsh new file mode 100644 index 000000000..5081555f3 --- /dev/null +++ b/plugins/scripts-to-rule-them-all/scripts-to-rule-them-all.plugin.zsh @@ -0,0 +1,7 @@ +alias sb='script/bootstrap' +alias sst='script/setup' +alias su='script/update' +alias ss='script/server' +alias st='script/test' +alias sci='script/cibuild' +alias sc='script/console' diff --git a/themes/mark.zsh-theme b/themes/mark.zsh-theme new file mode 100644 index 000000000..6d36c2383 --- /dev/null +++ b/themes/mark.zsh-theme @@ -0,0 +1,7 @@ +PROMPT=$'%{$fg_bold[red]%}%n %{$reset_color%}%{$fg[white]%}[%~]%{$reset_color%} $(git_prompt_info)\ +%{$fg[blue]%}->%{$fg_bold[blue]%} %#%{$reset_color%} ' + +ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg[green]%}[" +ZSH_THEME_GIT_PROMPT_SUFFIX="]%{$reset_color%}" +ZSH_THEME_GIT_PROMPT_DIRTY=" %{$fg[red]%}*%{$fg[green]%}" +ZSH_THEME_GIT_PROMPT_CLEAN=""