Skip to content

Commit

Permalink
style: Update powerlevel10k shell theme source path
Browse files Browse the repository at this point in the history
  • Loading branch information
brndnblck committed Dec 14, 2023
1 parent 50f20e3 commit 7e4412a
Showing 1 changed file with 1 addition and 1 deletion.
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 7e4412a

Please sign in to comment.