This commit is contained in:
lachtan
2024-03-16 11:18:05 +01:00
parent ea7a60db11
commit 12e55c1c5d
4 changed files with 4 additions and 6 deletions

View File

@@ -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

View File

@@ -1,3 +0,0 @@
export PGHOST=localhost
export PGUSER=postgres
export PGPASSWORD=passw0rd

View File

@@ -1 +0,0 @@
alias turl='curl -H "Authorization: Bearer $API_TOKEN"'