Cleaning
This commit is contained in:
@@ -1,5 +1,7 @@
|
|||||||
if [[ -f WORKSPAACE/opt/enhancd/init.sh ]]; then
|
_INIT_FILE=$WORKSPACE/opt/enhancd/init.sh
|
||||||
source $WORKSPACE/opt/enhancd/init.sh
|
|
||||||
|
if [[ -f $_INIT_FILE ]]; then
|
||||||
|
source $_INIT_FILE
|
||||||
unalias cd
|
unalias cd
|
||||||
alias ecd="__enhancd::cd"
|
alias ecd="__enhancd::cd"
|
||||||
fi
|
fi
|
||||||
|
|||||||
@@ -1,3 +0,0 @@
|
|||||||
export PGHOST=localhost
|
|
||||||
export PGUSER=postgres
|
|
||||||
export PGPASSWORD=passw0rd
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
alias turl='curl -H "Authorization: Bearer $API_TOKEN"'
|
|
||||||
Reference in New Issue
Block a user