diff --git a/deploy.sh b/deploy.sh index 75ea646..66d2d02 100755 --- a/deploy.sh +++ b/deploy.sh @@ -12,5 +12,5 @@ _cleanup() { _bash_overrides() { cp -r bashrc_overrides ~/.bashrc_overrides - echo -e "if [ -f ~/.bashrc_overrides/_all ]; then\n . ~/.bashrc_overrides\nfi" >> ~/.bashrc + echo -e "if [ -f ~/.bashrc_overrides/_all ]; then\n . ~/.bashrc_overrides/_all\nfi" >> ~/.bashrc }