forked from misc/zsh-config
* Exports reworked. Now every export type have own file.
This commit is contained in:
7
zshrc
7
zshrc
@@ -18,6 +18,11 @@ PROMPT_THEME="pztrn"
|
||||
# nVidia users with proprietary drivers - sorry, you can't use it.
|
||||
USE_FBTERM=0
|
||||
|
||||
# PyENV in use?
|
||||
USE_PYENV=0
|
||||
# Path to PyENV.
|
||||
PYENV_PATH="/data/.pyenv"
|
||||
|
||||
#####################################################################
|
||||
# INITIALIZATION
|
||||
# --------------
|
||||
@@ -46,7 +51,7 @@ if [ $CONFIG_FOUND -eq 1 ]; then
|
||||
source ${CONFIG_PATH}/zsh/${config_file}
|
||||
done
|
||||
else
|
||||
echo "Failed to load configuration."
|
||||
error "Failed to load configuration."
|
||||
fi
|
||||
|
||||
set -B
|
||||
|
Reference in New Issue
Block a user