diff --git a/.zshrc b/.zshrc index 234c897..9f71089 100644 --- a/.zshrc +++ b/.zshrc @@ -8,7 +8,8 @@ export ZSH=$HOME/.oh-my-zsh # it'll load a random theme each time that oh-my-zsh is loaded. # See https://github.com/robbyrussell/oh-my-zsh/wiki/Themes #ZSH_THEME="robbyrussell" -ZSH_THEME="avit" +#ZSH_THEME="avit" +ZSH_THEME="bureau" # Uncomment the following line to use case-sensitive completion. # CASE_SENSITIVE="true" @@ -96,5 +97,5 @@ source $HOME/.zsh_functions [ -f ~/.fzf.zsh ] && source ~/.fzf.zsh # set PATH so it includes user's private bin if it exists -PATH="$HOME/bin:$PATH" +PATH="$HOME/.local/bin:$HOME/bin:$PATH"