Sensible changes to .zshrc
This commit is contained in:
5
.zshrc
5
.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.
|
# it'll load a random theme each time that oh-my-zsh is loaded.
|
||||||
# See https://github.com/robbyrussell/oh-my-zsh/wiki/Themes
|
# See https://github.com/robbyrussell/oh-my-zsh/wiki/Themes
|
||||||
#ZSH_THEME="robbyrussell"
|
#ZSH_THEME="robbyrussell"
|
||||||
ZSH_THEME="avit"
|
#ZSH_THEME="avit"
|
||||||
|
ZSH_THEME="bureau"
|
||||||
|
|
||||||
# Uncomment the following line to use case-sensitive completion.
|
# Uncomment the following line to use case-sensitive completion.
|
||||||
# CASE_SENSITIVE="true"
|
# CASE_SENSITIVE="true"
|
||||||
@@ -96,5 +97,5 @@ source $HOME/.zsh_functions
|
|||||||
[ -f ~/.fzf.zsh ] && source ~/.fzf.zsh
|
[ -f ~/.fzf.zsh ] && source ~/.fzf.zsh
|
||||||
|
|
||||||
# set PATH so it includes user's private bin if it exists
|
# set PATH so it includes user's private bin if it exists
|
||||||
PATH="$HOME/bin:$PATH"
|
PATH="$HOME/.local/bin:$HOME/bin:$PATH"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user