Configuration files now works.

This commit is contained in:
2015-03-08 22:21:29 +05:00
parent 0a7df3a77b
commit 74fc927297
10 changed files with 34 additions and 24 deletions

20
zshrc
View File

@@ -3,26 +3,6 @@
#. /etc/profile
#####################################################################
# CONFIGURATION
# -------------
# You should set these variables :)
#####################################################################
# The very important thing - debug.
# Should we enable debug output?
DEBUG=0
# Prompt configuration
PROMPT_THEME="pztrn"
# FBTerm - should we use it?
# 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
# --------------