Initial install of zprezto
This commit is contained in:
parent
2ef129e90f
commit
9ec4d4add2
5 changed files with 167 additions and 1 deletions
5
zshrc
5
zshrc
|
@ -31,6 +31,11 @@ SAVEHIST=20000
|
|||
stty start undef
|
||||
stty stop undef
|
||||
|
||||
# load zprezto
|
||||
if [[ -s "${ZDOTDIR:-$HOME}/.zprezto/init.zsh" ]]; then
|
||||
source "${ZDOTDIR:-$HOME}/.zprezto/init.zsh"
|
||||
fi
|
||||
|
||||
# Aliases/Functions files
|
||||
source $HOME/.aliases
|
||||
source $HOME/.functions
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue