mirror of
https://mau.dev/andreijiroh-dev/website.git
synced 2025-06-24 13:26:11 +00:00
chore(global): update configs as usual
also update contents of the humans.txt file btw Signed-off-by: Andrei Jiroh Halili <ajhalili2006@andreijiroh.dev>
This commit is contained in:
parent
bef9262872
commit
e5048e6f0f
6 changed files with 46 additions and 6 deletions
17
.envrc
17
.envrc
|
@ -1,8 +1,17 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
if [[ $DEBUG != "" ]]; then
|
||||
set -x
|
||||
fi
|
||||
|
||||
if command -v devenv >> /dev/null; then
|
||||
eval "$(devenv direnvrc)"
|
||||
use devenv
|
||||
eval "$(devenv direnvrc)"
|
||||
use devenv
|
||||
else
|
||||
echo "error: Install devenv first (https://devenv.sh) and then run 'direnv reload'"
|
||||
fi
|
||||
echo "error: Install devenv first (https://devenv.sh) and then run 'direnv reload'"
|
||||
return 1
|
||||
fi
|
||||
|
||||
if [[ $DEBUG != "" ]]; then
|
||||
set +x
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue