Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesdh committed Jun 3, 2024
1 parent 32d2009 commit fc9b8b3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions roles/base/files/dotfiles/.zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ zstyle :prompt:pure:path color cyan
zstyle :omz:plugins:nvm lazy no
zstyle :omz:plugins:nvm autoload yes
zstyle :omz:plugins:nvm silent-autoload yes # optionally remove the output generated by NVM when autoloading
# zstyle :omz:plugins:iterm2 shell-integration yes # see https://github.com/sindresorhus/pure/issues/680
zstyle :omz:plugins:iterm2 shell-integration yes # see https://github.com/sindresorhus/pure/issues/680
plugins=(
brew # https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/brew
direnv # https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/direnv
Expand All @@ -21,10 +21,6 @@ plugins=(

fpath+=("$HOMEBREW_PREFIX/share/zsh/site-functions")

# Prompt colors
autoload -U promptinit; promptinit
prompt pure

# Load the shell dotfiles, and then some:
# * ~/.extra can be used for other settings you don’t want to commit.
for file in ~/.{aliases,functions,extra}; do
Expand All @@ -36,3 +32,7 @@ unset file;
[[ -s "$HOME/.sdkman/bin/sdkman-init.sh" ]] && source "$HOME/.sdkman/bin/sdkman-init.sh"

source $ZSH/oh-my-zsh.sh

# Theme
autoload -U promptinit; promptinit
prompt pure

0 comments on commit fc9b8b3

Please sign in to comment.