diff --git a/zsh/func/init_system_parameters b/zsh/func/init_system_parameters deleted file mode 100644 index ced1b9c..0000000 --- a/zsh/func/init_system_parameters +++ /dev/null @@ -1,15 +0,0 @@ -#!/usr/bin/env zsh -# Eryn Wells - -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 "$@" diff --git a/zshenv b/zshenv index ed46ef9..14201aa 100644 --- a/zshenv +++ b/zshenv @@ -22,7 +22,6 @@ autoload -Uz do_init_functions typeset -a zsh_init_env_functions=( \ init-path \ - init_system_parameters \ init-unix-env \ init-zsh-helpers \ init_env_python \