lul
This commit is contained in:
parent
603d1b687c
commit
35deaf85bb
5 changed files with 24 additions and 306 deletions
8
bashrc
8
bashrc
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue