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