Skip to content

Commit afa2176

Browse files
committed
🗄 [chore] Move zsh package
1 parent 80d000d commit afa2176

40 files changed

Lines changed: 7 additions & 7 deletions

.gitignore

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
/pkg/git/custom/custom.gitconfig
2-
/zsh/.zcompdump*
3-
/zsh/.zsh_history
4-
/zsh/.zsh_sessions
5-
/zsh/.zshrc.zwc
1+
pkg/git/custom/custom.gitconfig
2+
pkg/zsh/.zcompdump*
3+
pkg/zsh/.zsh_history
4+
pkg/zsh/.zsh_sessions
5+
pkg/zsh/.zshrc.zwc
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# Source brew utilities
44
# TODO: Remove this after global source lib
5-
source ${ZDOTDIR}/../lib/brew.sh
5+
source ${ZDOTDIR}/../../lib/brew.sh
66

77
# Setup Homebrew if available
88
if brew_path="$(abs_brew)"; then

0 commit comments

Comments
 (0)