Skip to content

Commit

Permalink
Update .zshrc
Browse files Browse the repository at this point in the history
  • Loading branch information
bredo228 authored May 29, 2023
1 parent a860d0f commit 94c18af
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ then
export PATH=$PATH:${HOME}/.local/bin
fi

if [ -f ~/.config/zsh/localconfig ]
then
source ~/.config/zsh/localconfig
fi

PROMPT="b@%m:%~> "

HISTFILE=~/.zsh_history
Expand Down

0 comments on commit 94c18af

Please sign in to comment.