mirror of
https://github.com/NaomiAmethyst/dots.git
synced 2025-04-13 09:30:06 +00:00

- split zsh into many files - add bash support - cleaned up lots of stuff, created a commonsh folder for common stuff between bash and zsh - commonsh supports an order of execution, deliminated by filename. This is to enforce dependencies All of these changes were needed so that we could sensibly continue to extend the system
3 lines
115 B
Text
Executable file
3 lines
115 B
Text
Executable file
for file in /etc/bash_completion /opt/local/etc/bash_completion ; do
|
|
[ -f ${file} ] && source $file && break
|
|
done
|