浏览代码

example: move example theme to custom folder

Marc Cornellà 6 年之前
父节点
当前提交
a1448e9f8a
共有 2 个文件被更改,包括 3 次插入5 次删除
  1. 3 0
      custom/themes/example.zsh-theme
  2. 0 5
      themes/example.zsh-theme

+ 3 - 0
custom/themes/example.zsh-theme

@@ -1 +1,4 @@
 # Put your custom themes in this folder.
 # Put your custom themes in this folder.
+# Example:
+
+PROMPT="%{$fg[red]%}%n%{$reset_color%}@%{$fg[blue]%}%m %{$fg[yellow]%}%~ %{$reset_color%}%% "

+ 0 - 5
themes/example.zsh-theme

@@ -1,5 +0,0 @@
-# Found on the ZshWiki
-#  http://zshwiki.org/home/config/prompt
-#
-
-PROMPT="%{$fg[red]%}%n%{$reset_color%}@%{$fg[blue]%}%m %{$fg[yellow]%}%~ %{$reset_color%}%% "