forked from misc/zsh-config
Configuration files now works.
This commit is contained in:
7
zsh/defaults/01-main.conf
Normal file
7
zsh/defaults/01-main.conf
Normal 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"
|
4
zsh/defaults/50-pyenv.conf
Normal file
4
zsh/defaults/50-pyenv.conf
Normal file
@@ -0,0 +1,4 @@
|
||||
# PyENV in use?
|
||||
USE_PYENV=0
|
||||
# Path to PyENV.
|
||||
PYENV_PATH="/data/.pyenv"
|
4
zsh/defaults/90-fbterm.conf
Normal file
4
zsh/defaults/90-fbterm.conf
Normal 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
|
2
zsh/defaults/exports/01-path.conf
Normal file
2
zsh/defaults/exports/01-path.conf
Normal file
@@ -0,0 +1,2 @@
|
||||
# Add here your own paths.
|
||||
export PATH="$PATH"
|
1
zsh/defaults/exports/05-editor.conf
Normal file
1
zsh/defaults/exports/05-editor.conf
Normal file
@@ -0,0 +1 @@
|
||||
EDITOR="nano"
|
Reference in New Issue
Block a user