From 1fad9afb72b2d729bb5328dfd6711c0a8dc4e8d3 Mon Sep 17 00:00:00 2001 From: Bryson Steck Date: Wed, 16 Nov 2022 19:01:14 -0700 Subject: update shabangs --- bash/.bashrc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'bash/.bashrc') diff --git a/bash/.bashrc b/bash/.bashrc index c267237..3187d52 100644 --- a/bash/.bashrc +++ b/bash/.bashrc @@ -1,6 +1,8 @@ +#!/bin/bash + # get custom bash scripts -if [[ -d ~/.bash/ ]]; then - for f in ~/.bash/*; do source $f; done +if [ -d ~/.bash/ ]; then + for f in ~/.bash/*; do . $f; done fi # install asdf -- cgit v1.2.3