Allow unchecked in source files

This commit is contained in:
Andrew Tomaka 2023-08-27 09:53:54 -04:00
parent d878e6353c
commit 96265b99ab
Signed by: atomaka
GPG key ID: 61209BF70A5B18BE
3 changed files with 5 additions and 0 deletions

View file

@ -5,6 +5,10 @@ typeset -U PATH
source $ZDOTDIR/aliases
source $ZDOTDIR/functions
for source in $(ls $ZDOTDIR/sources); do
source $ZDOTDIR/sources/$source
done
source $ZDOTDIR/prompt
# Larger history

View file