mirror of
https://github.com/kastdeur/dotfiles.git
synced 2025-05-14 20:09:26 +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
|
@ -40,3 +40,6 @@ if [ -r "$DOTBASH/$HOSTNAME.bashrc" ]; then
|
|||
source "$DOTBASH/$HOSTNAME.bashrc"
|
||||
fi
|
||||
|
||||
if [ -r "$HOME/.bashrc.local" ]; then
|
||||
source "$HOME/.bashrc.local"
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue