1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-24 03:35:38 +03:00
aports/testing/oh-my-zsh/install-path.patch
Orson Teodoro 87275efd72 testing/oh-my-zsh: new aport
remove || return 1.  remove licenses copy for osi licenses.  clean up doc().

update checksum

reorder default_doc

move sed patch into install-path.patch.  delete doc(), delete prepare().  use install cmd.

remove unused variables.  remove extra new line.  put reason why check is disabled.

force 80 columns
2019-03-08 23:00:49 +00:00

11 lines
373 B
Diff

--- 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.