Merge branch 'master' of github.com:GeoffreyFrogeye/dotfiles
This commit is contained in:
commit
c313677246
6
bashrc
6
bashrc
|
@ -1,10 +1,12 @@
|
|||
# Custom scripts
|
||||
|
||||
|
||||
|
||||
#find ~/.scripts/ ~/.gscripts/ -type f -name "*.sh" | while read script; do
|
||||
#source "$script"
|
||||
#done
|
||||
source ~/.scripts/index.sh
|
||||
source ~/.gscripts/index.sh
|
||||
[ -f ~/.scripts/index.sh ] && source ~/.scripts/index.sh
|
||||
[ -f ~/.gscripts/index.sh ] && source ~/.gscripts/index.sh
|
||||
|
||||
# Prompt
|
||||
if [[ $USER == 'root' ]]; then
|
||||
|
|
Loading…
Reference in a new issue