Test your scripts kids
This commit is contained in:
parent
e27827a13f
commit
a08d5688d5
11
bashrc
11
bashrc
|
@ -1,11 +1,10 @@
|
||||||
# Custom scripts
|
# Custom scripts
|
||||||
|
|
||||||
find -type f ~/.scripts | while read script; do
|
#find ~/.scripts/ ~/.gscripts/ -type f -name "*.sh" | while read script; do
|
||||||
source "$script"
|
#source "$script"
|
||||||
done
|
#done
|
||||||
find -type f ~/.gscripts | while read script; do
|
source ~/.scripts/index.sh
|
||||||
source "$script"
|
source ~/.gscripts/index.sh
|
||||||
done
|
|
||||||
|
|
||||||
# Prompt
|
# Prompt
|
||||||
if [[ $USER == 'root' ]]; then
|
if [[ $USER == 'root' ]]; then
|
||||||
|
|
1
scripts/index.sh
Normal file
1
scripts/index.sh
Normal file
|
@ -0,0 +1 @@
|
||||||
|
source ~/.scripts/proxy.sh
|
0
scripts/lopac.sh → scripts/lopac.sh.wip
Normal file → Executable file
0
scripts/lopac.sh → scripts/lopac.sh.wip
Normal file → Executable file
Loading…
Reference in a new issue