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

View File

@@ -0,0 +1,7 @@
# Main configuration file. Controls over some vital things.
# The very important thing - debug.
# Should we enable debug output?
DEBUG=0
# Prompt configuration
PROMPT_THEME="pztrn"

View File

@@ -0,0 +1,4 @@
# PyENV in use?
USE_PYENV=0
# Path to PyENV.
PYENV_PATH="/data/.pyenv"

View File

@@ -0,0 +1,4 @@
# FBTerm - should we use it?
# nVidia users with proprietary drivers - sorry, you can't use it.
# Other OS users - sorry also.
USE_FBTERM=0

View File

@@ -0,0 +1,2 @@
# Add here your own paths.
export PATH="$PATH"

View File

@@ -0,0 +1 @@
EDITOR="nano"