aboutsummaryrefslogtreecommitdiff
path: root/bash/.bashrc
diff options
context:
space:
mode:
authorBryson Steck <brysonsteck@protonmail.com>2022-11-16 19:01:14 -0700
committerBryson Steck <brysonsteck@protonmail.com>2022-11-16 19:01:14 -0700
commit1fad9afb72b2d729bb5328dfd6711c0a8dc4e8d3 (patch)
treed67ff510d7fd5df4ac34c88ba07286526cca9ca4 /bash/.bashrc
parent6cbfdc93d9a9436f11a66ee8e2501d11b5e90efb (diff)
downloaddotfiles-1fad9afb72b2d729bb5328dfd6711c0a8dc4e8d3.tar
dotfiles-1fad9afb72b2d729bb5328dfd6711c0a8dc4e8d3.tar.gz
dotfiles-1fad9afb72b2d729bb5328dfd6711c0a8dc4e8d3.tar.bz2
update shabangs
Diffstat (limited to 'bash/.bashrc')
-rw-r--r--bash/.bashrc6
1 files changed, 4 insertions, 2 deletions
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