Skip to content

Commit

Permalink
use powerline
Browse files Browse the repository at this point in the history
  • Loading branch information
thepeterstone committed Jun 13, 2024
1 parent ab8f3ef commit 633de25
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions dot-files/zshrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# Enable Powerlevel10k instant prompt. Should stay close to the top of ~/.zshrc.
# Initialization code that may require console input (password prompts, [y/n]
# confirmations, etc.) must go above this block; everything else may go below.
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

# Path to your oh-my-zsh configuration.
ZSH=$HOME/.oh-my-zsh
BASE_PATH=$HOME/workspace/thepeterstone/home-sync
Expand All @@ -8,6 +15,7 @@ ZSH_CUSTOM=$HOME/.zsh_custom
# Optionally, if you set this to "random", it'll load a random theme each
# time that oh-my-zsh is loaded.
#ZSH_THEME="terst"
ZSH_THEME="powerlevel10k/powerlevel10k"


# load zgen
Expand Down

0 comments on commit 633de25

Please sign in to comment.