diff options
Diffstat (limited to 'testing/oh-my-zsh/install-path.patch')
-rw-r--r-- | testing/oh-my-zsh/install-path.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/testing/oh-my-zsh/install-path.patch b/testing/oh-my-zsh/install-path.patch new file mode 100644 index 0000000000..3885996449 --- /dev/null +++ b/testing/oh-my-zsh/install-path.patch @@ -0,0 +1,11 @@ +--- a/templates/zshrc.zsh-template.orig ++++ b/templates/zshrc.zsh-template +@@ -2,7 +2,7 @@ + # export PATH=$HOME/bin:/usr/local/bin:$PATH + + # Path to your oh-my-zsh installation. +-export ZSH=$HOME/.oh-my-zsh ++export ZSH=/usr/share/ + + # Set name of the theme to load. Optionally, if you set this to "random" + # it'll load a random theme each time that oh-my-zsh is loaded. |