diff options
author | David Runge <david.runge@frqrec.com> | 2014-01-11 18:31:36 +0100 |
---|---|---|
committer | David Runge <david.runge@frqrec.com> | 2014-01-11 18:31:36 +0100 |
commit | cd592489dcb780082c45d1594284c070bd442128 (patch) | |
tree | 4c9cdd6653ba67955e795b76bbb80b538ce39be9 | |
parent | 4a7a19c113aaa628cd6a75e1d08d3324cf6b155a (diff) | |
parent | 5761c54af4de47c1c8f508318826fd4414687b88 (diff) | |
download | dotfiles-cd592489dcb780082c45d1594284c070bd442128.tar.gz dotfiles-cd592489dcb780082c45d1594284c070bd442128.tar.bz2 dotfiles-cd592489dcb780082c45d1594284c070bd442128.tar.xz dotfiles-cd592489dcb780082c45d1594284c070bd442128.zip |
Merge branch 'master' of https://github.com/davezerave/dot
* 'master' of https://github.com/davezerave/dot:
Switched to steeef_simplified as standard prompt
Added skwp as standard prompt theme
skwp was not working with the current settings
-rw-r--r-- | .zsh.after/prompt.zsh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.zsh.after/prompt.zsh b/.zsh.after/prompt.zsh index 2efeb64..0cb4ad6 100644 --- a/.zsh.after/prompt.zsh +++ b/.zsh.after/prompt.zsh @@ -1 +1,2 @@ -PROMPT="${__PROMPT_SKWP_COLORS[3]}%n%f@${__PROMPT_SKWP_COLORS[2]}%m%f ${__PROMPT_SKWP_COLORS[5]}%2c%f "'${vcs_info_msg_0_}'"$ " +prompt steeef_simplified + |