Add some bashrc files and installer
This commit is contained in:
parent
428703bfa1
commit
97ebbd7ba2
1 changed files with 1 additions and 1 deletions
2
bash_rc
2
bash_rc
|
@ -121,6 +121,6 @@ do
|
|||
# shellcheck disable=SC1090
|
||||
source "${bashrc_file}"
|
||||
fi
|
||||
done <<< "$(find "${HOME}/.bashrc.d" -type f | sort)"
|
||||
done <<< "$(find "${HOME}/.bashrc.d" -type f | sort | grep -v ~$)"
|
||||
|
||||
#[ -z "$TMUX" ] && { tmux attach || exec tmux new-session && exit;}
|
||||
|
|
Loading…
Reference in a new issue