From f1000da6915f48b604f557558f1e3bb609fadfd7 Mon Sep 17 00:00:00 2001 From: "chawley (hannibal)" Date: Mon, 8 Oct 2018 16:37:36 -0400 Subject: [PATCH] Sensible changes to .zshrc --- .zshrc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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"