Skip to content

Commit

Permalink
feat: load p10k manually
Browse files Browse the repository at this point in the history
  • Loading branch information
aboqasem committed Mar 25, 2024
1 parent e170465 commit 93873da
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions synced/symlink/.zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ eval "$(~/.local/bin/mise activate zsh)"
eval "$(mise hook-env)"

# theme
# export ZSH_THEME=""
export ZSH_THEME="powerlevel10k/powerlevel10k"
export ZSH_THEME=""

# Which plugins would you like to load?
export plugins=(
Expand Down Expand Up @@ -58,5 +57,7 @@ source "$ZSH/oh-my-zsh.sh"
# To customize prompt, run `p10k configure` or edit ~/.p10k.zsh.
[[ ! -f ~/.p10k.zsh ]] || source ~/.p10k.zsh

source $ZSH_CUSTOM/themes/powerlevel10k/powerlevel10k.zsh-theme

# CodeWhisperer post block. Keep at the bottom of this file.
[[ $TERM_PROGRAM != "WarpTerminal" ]] && [[ -f "${HOME}/Library/Application Support/codewhisperer/shell/zprofile.post.zsh" ]] && builtin source "${HOME}/Library/Application Support/codewhisperer/shell/zprofile.post.zsh"

0 comments on commit 93873da

Please sign in to comment.