1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-23 11:15:13 +03:00
aports/testing/oh-my-zsh/install-path.patch
2021-03-21 05:59:25 +00:00

14 lines
458 B
Diff

Upstream: No, Alpine Linux specific
Reason: Uses proper path for oh-my-zsh
--- 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/oh-my-zsh
# 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.