1
0
Fork 0
forked from ahurac/dotfiles
ahuarc-dotfiles/etc/zsh/zshrc
Hippolyte Chauvin 85fe7a8d8a Ajout : mode vim
2023-06-04 16:38:39 +02:00

10 lines
151 B
Bash

sourcefiles() {
if [ -d "$1" ]; then
for i in "${1}/"*; do
. "$i"
done
fi
}
sourcefiles /usr/local/etc/sh/shrc.d