[zsh] Remove init_system_parameters
This commit is contained in:
parent
1d4cd961ed
commit
9ef882cb84
2 changed files with 0 additions and 16 deletions
|
@ -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 "$@"
|
Loading…
Add table
Add a link
Reference in a new issue