This commit is contained in:
Geoffrey Frogeye 2015-10-08 23:32:48 +02:00
parent 603d1b687c
commit 35deaf85bb
5 changed files with 24 additions and 306 deletions

8
bashrc
View file

@ -1,7 +1,11 @@
# Custom scripts
source ~/.scripts/proxy.sh
source ~/.geoffrey.sh
find -type f ~/.scripts | while read script; do
source "$script"
done
find -type f ~/.gscripts | while read script; do
source "$script"
done
# Prompt
if [[ $USER == 'root' ]]; then