home | blog | art | now | git gpg | email | rss

dotfiles

My personal dotfiles.
git clone git://pollux.codes/git/dotfiles.git
Log | Files | Refs

.zshrc (77B)


      1 for file in ~/.zshrc.d/* ; do
      2 	if [ -f "$file" ] ; then
      3 		. "$file"
      4 	fi
      5 done