index
:
nixos-config
main
new-laptop
Nixos configuration for my pc
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
external
/
zsh
/
plugins.zsh
blob: 0ab61007d006d5543df07f74babc8c954c8a5304 (
plain
) (
blame
)
1
for
f
in
$ZSH_CUSTOM_CONF_FILES
/plugins/*.zsh
;
do
source
$f
;
done
;