diff options
author | Ben Hilburn <bhilburn@gmail.com> | 2015-03-30 04:22:13 +0300 |
---|---|---|
committer | Ben Hilburn <bhilburn@gmail.com> | 2015-03-30 04:22:13 +0300 |
commit | f2f4e9f37c62790ae9c7521d494241063c2eec89 (patch) | |
tree | e65cdca13196c816842db42e9d6945f9d7c908cf | |
parent | a1a26b1c1065bafcdf68afc9d94d8894e9c4b315 (diff) | |
parent | 0cc85457ff4abcc7180c3a44c95a06a32fc27748 (diff) |
Merge pull request #11 from dritter/dritter/installation_instructions_improved
A bit simpler installation instructions.
-rw-r--r-- | README.md | 3 | ||||
-rw-r--r-- | powerlevel9k.zsh-theme | 2 |
2 files changed, 2 insertions, 3 deletions
@@ -47,8 +47,7 @@ To install this theme, clone this repository into your Oh-My-Zsh `custom/themes` directory. $ cd ~/.oh-my-zsh/custom - $ mkdir themes # if it doesn't already exist - $ git clone https://github.com/bhilburn/powerlevel9k.git powerlevel9k + $ git clone https://github.com/bhilburn/powerlevel9k.git themes/powerlevel9k You then need to select this theme in your `~/.zshrc`: diff --git a/powerlevel9k.zsh-theme b/powerlevel9k.zsh-theme index 870c503e..d3fbcc04 100644 --- a/powerlevel9k.zsh-theme +++ b/powerlevel9k.zsh-theme @@ -29,7 +29,7 @@ VCS_UNSTAGED_ICON='●' VCS_STAGED_ICON='✚' ################################################################ -# vcs_info settings for git +# vcs_info settings ################################################################ setopt prompt_subst |