mirror of
https://github.com/MillironX/dotfiles.git
synced 2024-11-15 03:13:10 +00:00
Try to bring the profile PATH into bash
Signed-off-by: Thomas A. Christensen II <25492070+MillironX@users.noreply.github.com>
This commit is contained in:
parent
363a93030e
commit
2dabcd4e11
1 changed files with 6 additions and 1 deletions
|
@ -1,10 +1,15 @@
|
||||||
|
# shellcheck shell=bash
|
||||||
# .bashrc
|
# .bashrc
|
||||||
|
|
||||||
|
# Source login shell
|
||||||
|
source "${HOME}/.bash_profile"
|
||||||
|
|
||||||
# Source global definitions
|
# Source global definitions
|
||||||
if [ -f /etc/bashrc ]; then
|
if [ -f /etc/bashrc ]; then
|
||||||
. /etc/bashrc
|
source /etc/bashrc
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# 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") }}
|
||||||
# Switch to zsh if interactive, and we haven't been told not to
|
# Switch to zsh if interactive, and we haven't been told not to
|
||||||
|
|
Loading…
Reference in a new issue