Skip to content

Commit 0bdab63

Browse files
authored
🐛 fix ~/after-bashrc_*.sh
1 parent fc4bf39 commit 0bdab63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.additional_bashrc.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ fi
3737
urls
3838

3939
# makes it possible to add custom prompt functions without changing the entrypoint:
40-
test -f ./after-bashrc_*.sh && source ./after-bashrc_*.sh || true
40+
test -f ~/after-bashrc_*.sh && source ~/after-bashrc_*.sh || true

0 commit comments

Comments
 (0)