mirror of
https://github.com/kastdeur/dotfiles.git
synced 2025-06-18 05:06:38 +02:00
Added SXC thingies to dotfiles, allowing for *.local files for bash and profile. Still Needs these files for tmux,vim,git,...
This commit is contained in:
parent
d47333930f
commit
7a82ebe7f1
14 changed files with 41 additions and 2660 deletions
|
@ -4,6 +4,8 @@ DOTFILES="$HOME/.dotfiles"
|
|||
# Source main profile
|
||||
[ -r "$DOTFILES/profiles/main.sh" ] && source "$DOTFILES/profiles/main.sh"
|
||||
|
||||
|
||||
# Source machine specific profile
|
||||
[ -r "$DOTFILES/profiles/$HOSTNAME.profile"] && source "$DOTFILES/profiles/$HOSTNAME.profile"
|
||||
[ -r "$DOTFILES/profiles/$HOSTNAME.profile" ] && source "$DOTFILES/profiles/$HOSTNAME.profile"
|
||||
|
||||
# Always source a local profile
|
||||
[ -r "$HOME/.profile.local" ] && source "$HOME/.profile.local"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue