mirror of https://gitlab.com/dabruh/dotfiles.git
Source profile script
This commit is contained in:
parent
597c73c9c3
commit
ac3fee7596
|
@ -19,3 +19,7 @@ done >/dev/null 2>&1
|
||||||
|
|
||||||
# Ensure that xrdb has finished running before moving on to start the WM/DE.
|
# Ensure that xrdb has finished running before moving on to start the WM/DE.
|
||||||
[ -n "$xrdbpid" ] && wait "$xrdbpid"
|
[ -n "$xrdbpid" ] && wait "$xrdbpid"
|
||||||
|
|
||||||
|
# Source .config/shell/profile
|
||||||
|
profile_path="${XDG_CONFIG_HOME:-$HOME/.config}/shell/profile"
|
||||||
|
[ -f "$profile_path" ] && . "$profile_path"
|
||||||
|
|
Loading…
Reference in New Issue