Skip to content

Commit ffa8869

Browse files
committed
specify shells for these dummies
1 parent 3b70e81 commit ffa8869

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.bash_profile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
1+
# shellcheck shell=bash
22

33
# PATH setup via ~/.paths
44
setupPATH() {

.bashrc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
2-
1+
# shellcheck shell=bash
32

43
[ -n "$PS1" ] && source ~/.bash_profile
54

.profile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# shellcheck shell=sh
12

23
# TODO: I'll clean these up somehow
34

0 commit comments

Comments
 (0)