From 7f67f59fe55ba4e9c03ecf20b5114101a81a8624 Mon Sep 17 00:00:00 2001 From: Vasil Zlatanov Date: Wed, 23 Nov 2016 15:32:33 +0000 Subject: fixes --- Shell/zshrc | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'Shell/zshrc') diff --git a/Shell/zshrc b/Shell/zshrc index 378dae2..1c7bb47 100644 --- a/Shell/zshrc +++ b/Shell/zshrc @@ -19,14 +19,13 @@ zstyle ':completion:*' matcher-list 'm:{a-zA-Z}={A-Za-z}' \ source ~/.bash_aliases -#export PS1='%n@%m:%~%% ' +# Minimise the ESC timeout +KEYTIMEOUT=2 export GPGKEY="895134C5" export PATH="$HOME/bin:$PATH" export EDITOR="vim" -export BROWSER="~/.ratposon/firesend" export LD_LIBRARY_PATH=/usr/local/lib -export wiki_browser='firefox' PROMPT="%{$fg_no_bold[yellow]%}%1~ %{$reset_color%}☢ " #RPROMPT="[%{$fg_no_bold[yellow]%}%?%{$reset_color%}]" @@ -57,7 +56,7 @@ fi export ANDROID_HOME=/opt/android-sdk -~/bin/sysinfo +#~/bin/sysinfo #case $TERM in # (*rxvt*) -- cgit v1.2.3-54-g00ecf