added solarized theme for the linux virtual terminal.
This commit is contained in:
parent
2f5e0fbc54
commit
b1a4f298cc
2
zsh/.zprofile
Normal file
2
zsh/.zprofile
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
#make the linux virtual terminal use a solarized colourscheme.
|
||||||
|
source ~/.zsh/tty-solarized/tty-solarized-dark.sh
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue