From b1a4f298cc393b83b4cc90f8b8751dc6ac421bb6 Mon Sep 17 00:00:00 2001 From: Gabe Venberg Date: Mon, 6 Aug 2018 18:25:56 -0500 Subject: [PATCH] added solarized theme for the linux virtual terminal. --- rtorrent/.rtorrent.rc | 2 +- zsh/.zprofile | 2 ++ zsh/.zshrc | 1 - 3 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 zsh/.zprofile diff --git a/rtorrent/.rtorrent.rc b/rtorrent/.rtorrent.rc index 8594495..f1aae49 100755 --- a/rtorrent/.rtorrent.rc +++ b/rtorrent/.rtorrent.rc @@ -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 diff --git a/zsh/.zprofile b/zsh/.zprofile new file mode 100644 index 0000000..3d1470e --- /dev/null +++ b/zsh/.zprofile @@ -0,0 +1,2 @@ +#make the linux virtual terminal use a solarized colourscheme. +source ~/.zsh/tty-solarized/tty-solarized-dark.sh diff --git a/zsh/.zshrc b/zsh/.zshrc index 9c018ea..042e53b 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -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