chore(pp): change oh-my-zsh package location from there rename
This commit is contained in:
parent
9d1114a885
commit
73bd21a464
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
class core::zsh {
|
class core::zsh {
|
||||||
vcsrepo { "${user_home}/.oh-my-zsh":
|
vcsrepo { "${user_home}/.oh-my-zsh":
|
||||||
source => 'https://github.com/robbyrussell/oh-my-zsh.git',
|
source => 'https://github.com/ohmyzsh/ohmyzsh.git',
|
||||||
provider => 'git',
|
provider => 'git',
|
||||||
user => $user,
|
user => $user,
|
||||||
revision => 'master',
|
revision => 'master',
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue