Sensible changes to .zshrc

This commit is contained in:
2018-10-08 16:37:36 -04:00
parent ce3e290e84
commit f1000da691

5
.zshrc
View File

@@ -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"