Backing up the current zshrc

This commit is contained in:
Tracey Clark 2019-01-05 14:16:26 -06:00
commit 3b12e52242

13
home_zsh/zshrc Normal file
View file

@ -0,0 +1,13 @@
#
# Executes commands at the start of an interactive session.
#
# Authors:
# Sorin Ionescu <sorin.ionescu@gmail.com>
#
# Source Prezto.
if [[ -s "${ZDOTDIR:-$HOME}/.zprezto/init.zsh" ]]; then
source "${ZDOTDIR:-$HOME}/.zprezto/init.zsh"
fi
# Customize to your needs...