Cleaning for github publishing

This commit is contained in:
2023-09-24 19:21:39 +02:00
parent 8261335e92
commit f31c44630e
6 changed files with 22 additions and 14 deletions

View File

@@ -1,5 +1,5 @@
# Loading direnv bash hook
if command -v direnv > /dev/null; then
if can_run direnv; then
eval "$(direnv hook bash)"
fi