mirror of
https://github.com/Stunkymonkey/dotfiles.git
synced 2025-05-24 11:04:41 +02:00
initial commit
This commit is contained in:
commit
86a1da2632
35 changed files with 1162 additions and 0 deletions
6
shell/load
Executable file
6
shell/load
Executable file
|
@ -0,0 +1,6 @@
|
|||
#!/bin/sh
|
||||
for profile in ~/.profile.d/*.sh; do
|
||||
if [ -x "$profile" ]; then
|
||||
source $profile
|
||||
fi
|
||||
done
|
Loading…
Add table
Add a link
Reference in a new issue