aboutsummaryrefslogtreecommitdiff
path: root/Shell
diff options
context:
space:
mode:
authorVasil Zlatanov <vasil.zlatanov@gmail.com>2016-11-23 15:32:33 +0000
committerVasil Zlatanov <vasil.zlatanov@gmail.com>2016-11-23 15:32:33 +0000
commit7f67f59fe55ba4e9c03ecf20b5114101a81a8624 (patch)
tree99949aeca9349732dbe8b443db4655810df5eb49 /Shell
parentc60edce5c79be5bfa4aa35780a97519381fafbb6 (diff)
downloaddotfiles-7f67f59fe55ba4e9c03ecf20b5114101a81a8624.tar.gz
dotfiles-7f67f59fe55ba4e9c03ecf20b5114101a81a8624.tar.bz2
dotfiles-7f67f59fe55ba4e9c03ecf20b5114101a81a8624.zip
fixes
Diffstat (limited to 'Shell')
-rw-r--r--Shell/zshrc7
1 files changed, 3 insertions, 4 deletions
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*)