[zsh] Remove init_system_parameters

This commit is contained in:
Eryn Wells 2024-09-23 18:16:41 -07:00
parent 1d4cd961ed
commit 9ef882cb84
2 changed files with 0 additions and 16 deletions

View file

@ -1,15 +0,0 @@
#!/usr/bin/env zsh
# Eryn Wells <eryn@erynwells.me>
function init_system_parameters
{
local PARAMETERS_FILE="$HOME/.config/eryn/system_parameters"
if [[ ! -e "$PARAMETERS_FILE" ]]; then
return
fi
export SYSTEM_PARAMETERS_FILE="$PARAMETERS_FILE"
}
init_system_parameters "$@"