X-Git-Url: https://iankelling.org/git/?p=distro-setup;a=blobdiff_plain;f=.bash_profile;fp=.bash_profile;h=ef517f2383dff9ae318f714b0c99b9997784b88a;hp=ce98e54b7df33c7aaff3fa172e9126dbbdecff5b;hb=d67edcdca8795a4bca116aa532d02dda246a6f53;hpb=a9e3d60b4254cd5c6216c4b3e7f8cd5cc5107fad diff --git a/.bash_profile b/.bash_profile index ce98e54..ef517f2 100644 --- a/.bash_profile +++ b/.bash_profile @@ -1,4 +1,5 @@ -# man bash covers everything comprehensively of course. i use ~/.bash_profile +#!/bin/bash +# info bash covers everything comprehensively of course. i use ~/.bash_profile # to source bashrc, and .profile just echos that the normal bash startup process # is not happening. I don't source bashrc in posix mode based on debian's # default, and posix mode is quirky, doesn't seem worth figuring it out This @@ -34,6 +35,7 @@ HISTCONTROL=ignoredups HISTIGNORE='pass *:[ ]*:otp *:oathtool *' +# shellcheck source=/a/bin/ds/.bashrc [[ -f ~/.bashrc ]] && . ~/.bashrc # ensure no bad programs appending to this file will have an affect return 0