Backing up the current zshrc
This commit is contained in:
parent
ef79ab2cee
commit
3b12e52242
1 changed files with 13 additions and 0 deletions
13
home_zsh/zshrc
Normal file
13
home_zsh/zshrc
Normal 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...
|
||||||
Loading…
Add table
Add a link
Reference in a new issue