Commit graph

8 commits

Author SHA1 Message Date
cf0a08baaf [bash] fix shellcheck error SC1073
The way I was doing the test is incorrect, as [ is the test(1) program
and the shell builtin command is not something it understands. Instead,
I now just let the shell execute `command` and then set the variable if
`brew` is available.
2020-12-03 18:33:45 +01:00
220f9a7122 [bash] fix shellcheck error SC2148
For details, see:

    https://github.com/koalaman/shellcheck/wiki/SC2148
2020-12-03 18:33:32 +01:00
d60dd8a0ab Add back user to bash prompt 2020-03-05 11:14:16 +01:00
0647d72858 Sync bash with master branch 2020-03-04 19:07:50 +01:00
7e59326d1c Prevent bash warning when no completions are installed 2019-11-16 09:32:29 +00:00
1a3b9973c4 Remove $HOME/bin from PATH (use only $HOME/.local/bin) 2019-11-15 22:10:53 +00:00
9758287c0a Fix bash path manipulation 2019-11-15 22:05:26 +00:00
5be5f80179 Add bash role 2019-11-15 17:11:24 +00:00