organize all shell scripts into logical dirs
This commit is contained in:
parent
c4d2b9534a
commit
a446cd7a7a
30 changed files with 177 additions and 252 deletions
11
.bash_profile
Normal file
11
.bash_profile
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
#
|
||||
# ~/.bash_profile
|
||||
#
|
||||
|
||||
if [ -d $XDG_CONFIG_HOME/shell/login.d ]; then
|
||||
for file in $XDG_CONFIG_HOME/shell/login.d/*.sh; do
|
||||
source $file
|
||||
done
|
||||
fi
|
||||
|
||||
[[ -f ~/.bashrc ]] && . ~/.bashrc
|
||||
Loading…
Add table
Add a link
Reference in a new issue