Skip to content

Commit

Permalink
fix(easy-zsh-config-git): avoid conflict with zsh-common
Browse files Browse the repository at this point in the history
  • Loading branch information
Zahrun committed Oct 13, 2023
1 parent e6144c6 commit 26d1390
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/easy-zsh-config-git/easy-zsh-config-git.pacscript
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,7 @@ prepare() {
}

package() {
sudo install -Dm644 zshrc "${pkgdir}/etc/skel/.zshrc"
sudo install -Dm644 zshrc "${pkgdir}/etc/zsh/zshrc"
sudo install -Dm640 zshrc "${pkgdir}/root/.zshrc"
sudo install -Dm644 zshrc "${pkgdir}/etc/zsh/zshrc-easy-zsh-config"
sudo install -Dm644 "LICENSE" -t "${pkgdir}/usr/share/licenses/${name}/"
sudo install -Dm644 easy-zsh-config "${pkgdir}/usr/share/zsh/easy-zsh-config"
}

0 comments on commit 26d1390

Please sign in to comment.