Skip to content

Commit

Permalink
refactor: Update source path for powerlevel10k.zsh-theme
Browse files Browse the repository at this point in the history
  • Loading branch information
brndnblck committed Nov 29, 2023
1 parent b700e92 commit 3eee8f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Brewfile.software
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ mas "Boom 3D", id: 1233048948
mas "Codye", id: 1516894961
mas "Contact Organizer", id: 922498351
mas "DaisyDisk", id: 411643860
mas "Hidden Bar", id: 1452453066
mas "Keynote", id: 409183694
mas "Magnet", id: 441258766
mas "Meeter", id: 1510445899
Expand Down
2 changes: 1 addition & 1 deletion dot_zshrc.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export PATH="$GOPATH/bin:$PATH"
eval "$(rbenv init -)"

# shell theme
source $(brew --prefix powerlevel10k)/powerlevel10k.zsh-theme
source $(brew --prefix powerlevel10k)/share/powerlevel10k/powerlevel10k.zsh-theme

for file in ~/.{exports,aliases,functions,work}; do
[ -r "$file" ] && source "$file"
Expand Down

0 comments on commit 3eee8f4

Please sign in to comment.