Skip to content

Commit

Permalink
Update .zshrc
Browse files Browse the repository at this point in the history
  • Loading branch information
FrancesCoronel authored Nov 30, 2023
1 parent 5502518 commit 3dd38c9
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions bin/shell/.zshrc
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
## Enable Powerlevel10k instant prompt. Should stay close to the top of ~/.zshrc.
if [[ -r "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh" ]]; then
source "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh"
fi

## Exports

# Update path
Expand Down Expand Up @@ -80,4 +75,5 @@ typeset -g POWERLEVEL9K_INSTANT_PROMPT=quiet
# Finalizing
source /opt/homebrew/share/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
source /opt/homebrew/share/zsh-autosuggestions/zsh-autosuggestions.zsh
source $ZSH/oh-my-zsh.sh
source $ZSH/oh-my-zsh.sh
source /opt/homebrew/share/powerlevel10k/powerlevel10k.zsh-theme

0 comments on commit 3dd38c9

Please sign in to comment.