This commit is contained in:
parent
576f0cb504
commit
32939a680b
1 changed files with 3 additions and 3 deletions
|
@ -1,9 +1,9 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
# source extra files
|
# source extra files
|
||||||
source .bash_aliases
|
source ./.bash_aliases
|
||||||
source .bash_functions
|
source ./.bash_functions
|
||||||
source .bash_ps1
|
source ./.bash_ps1
|
||||||
|
|
||||||
### PATH
|
### PATH
|
||||||
# add my scripts to PATH
|
# add my scripts to PATH
|
||||||
|
|
Loading…
Reference in a new issue