added solarized theme for the linux virtual terminal.

This commit is contained in:
Gabe Venberg 2018-08-06 18:25:56 -05:00
parent 2f5e0fbc54
commit b1a4f298cc
3 changed files with 3 additions and 2 deletions

2
zsh/.zprofile Normal file
View file

@ -0,0 +1,2 @@
#make the linux virtual terminal use a solarized colourscheme.
source ~/.zsh/tty-solarized/tty-solarized-dark.sh

View file

@ -14,7 +14,6 @@ local LOCAL_ZSHRC=$HOME/.zshlocal/.zshrc # Allow the local machine to have
# Set important shell variables # Set important shell variables
export EDITOR=nvim # Set default editor export EDITOR=nvim # Set default editor
export VISUAL=nvim export VISUAL=nvim
export WORDCHARS='' # This is the oh-my-zsh default, I think I'd like it to be a bit different
export PAGER=less # Set default pager export PAGER=less # Set default pager
export LESS="-R" # Set the default options for less export LESS="-R" # Set the default options for less
export LESSHISTFILE="/dev/null" # Prevent the less hist file from being made, I dont want it export LESSHISTFILE="/dev/null" # Prevent the less hist file from being made, I dont want it