mirror of
https://github.com/kastdeur/dotfiles.git
synced 2024-11-17 17:03:32 +01:00
[profile] Source ./local/profile.private if available
This commit is contained in:
parent
959907eb89
commit
1e5a82249e
1 changed files with 3 additions and 0 deletions
|
@ -11,5 +11,8 @@ export XDG_CONFIG_HOME="$HOME/.config"
|
|||
# Always source a local profile
|
||||
[ -r "$HOME/.profile.local" ] && source "$HOME/.profile.local"
|
||||
|
||||
# Use the local(ly linked) profile.private
|
||||
[ -r "$HOME/.local/profile.private" ] && source "$HOME/.local/profile.private"
|
||||
|
||||
# Also check in .local for a profile
|
||||
[ -r "$HOME/.local/profile" ] && source "$HOME/.local/profile"
|
||||
|
|
Loading…
Reference in a new issue