added solarized theme for the linux virtual terminal.
This commit is contained in:
parent
2f5e0fbc54
commit
b1a4f298cc
|
@ -103,4 +103,4 @@ pieces.hash.on_completion.set = yes
|
|||
#scgi_port = 127.0.0.1:5000
|
||||
#scgi_local = /home/user/rtorrent/rpc.socket
|
||||
#schedule = scgi_permission,0,0,"execute.nothrow=chmod,\"g+w,o=\",/home/user/rtorrent/rpc.socket"
|
||||
# vim: set syntax=conf
|
||||
#vim: set syntax=conf
|
||||
|
|
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
|
||||
export EDITOR=nvim # Set default editor
|
||||
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 LESS="-R" # Set the default options for less
|
||||
export LESSHISTFILE="/dev/null" # Prevent the less hist file from being made, I dont want it
|
||||
|
|
Loading…
Reference in a new issue