stuff
This commit is contained in:
parent
df13e423f8
commit
253649bbef
14
zsh/prezto-override/zshrc
Normal file
14
zsh/prezto-override/zshrc
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
#
|
||||||
|
# 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...
|
||||||
|
for config_file ($HOME/.yadr/zsh/*.zsh) source $config_file
|
Loading…
Reference in New Issue
Block a user