mirror of
https://github.com/MillironX/dotfiles.git
synced 2024-11-22 05:29:54 +00:00
Quit sourcing global definitions
Signed-off-by: Thomas A. Christensen II <25492070+MillironX@users.noreply.github.com>
This commit is contained in:
parent
0f2023f999
commit
734240b1cb
1 changed files with 0 additions and 5 deletions
|
@ -4,11 +4,6 @@
|
||||||
# Source login shell
|
# Source login shell
|
||||||
source "${HOME}/.bash_profile"
|
source "${HOME}/.bash_profile"
|
||||||
|
|
||||||
# Source global definitions
|
|
||||||
if [ -f /etc/bashrc ]; then
|
|
||||||
source /etc/bashrc
|
|
||||||
fi
|
|
||||||
|
|
||||||
# shellcheck disable=1054,1073,1050,1072,1009
|
# shellcheck disable=1054,1073,1050,1072,1009
|
||||||
{{ if (eq .chezmoi.osRelease.id "centos") }}
|
{{ if (eq .chezmoi.osRelease.id "centos") }}
|
||||||
{{ if (eq .chezmoi.osRelease.versionID "7") }}
|
{{ if (eq .chezmoi.osRelease.versionID "7") }}
|
||||||
|
|
Loading…
Reference in a new issue