stuff
This commit is contained in:
parent
1f43ea8730
commit
5a0a85aed9
11 changed files with 766 additions and 19 deletions
|
@ -1 +1,8 @@
|
|||
source /etc/bash.bashrc
|
||||
# shellcheck shell=bash
|
||||
|
||||
for rc in /etc/bashrc /etc/*.bashrc; do
|
||||
if [[ -e $rc ]]; then
|
||||
# shellcheck disable=SC1090
|
||||
source "$rc"
|
||||
fi
|
||||
done
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue