Inital commit

This commit is contained in:
Patrick Verschuer
2026-02-10 17:45:43 +01:00
parent 5e42471eee
commit 1d77beae73
5 changed files with 43 additions and 0 deletions

10
default.rc Normal file
View File

@@ -0,0 +1,10 @@
#!/usr/bin/env bash
WHEREAMI="$( cd -- "$( dirname -- "${BASH_SOURCE[0]:-$0}"; )" &> /dev/null && pwd 2> /dev/null; )";
WHOIAM="${WHEREAMI}/$(basename -- "${BASH_SOURCE[0]:-$0}"; )"
. ${WHEREAMI}/lib/general
. ${WHEREAMI}/lib/proxy_onprem
. ${WHEREAMI}/lib/source_colors
. ${WHEREAMI}/lib/bash_history
. ${WHEREAMI}/lib/root