[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 "$@"
|
|
1
zshenv
1
zshenv
|
@ -22,7 +22,6 @@ autoload -Uz do_init_functions
|
||||||
|
|
||||||
typeset -a zsh_init_env_functions=( \
|
typeset -a zsh_init_env_functions=( \
|
||||||
init-path \
|
init-path \
|
||||||
init_system_parameters \
|
|
||||||
init-unix-env \
|
init-unix-env \
|
||||||
init-zsh-helpers \
|
init-zsh-helpers \
|
||||||
init_env_python \
|
init_env_python \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue