From 9ae27ab4a87664eaba9a721a3dbaead75a211d9a Mon Sep 17 00:00:00 2001 From: Charles Date: Sat, 26 Oct 2019 03:15:47 +0200 Subject: Removed vimrc expandtab since I only code for school, undo pure theme manual install from s19 merge --- .zshrc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.zshrc') diff --git a/.zshrc b/.zshrc index 949b8d9..abff3db 100644 --- a/.zshrc +++ b/.zshrc @@ -1,6 +1,6 @@ export ZSH="$HOME/.oh-my-zsh" -ZSH_THEME="" +ZSH_THEME="pure" # ZSH_THEME="robbyrussell" HYPHEN_INSENSITIVE="true" DISABLE_MAGIC_FUNCTIONS=true @@ -14,8 +14,8 @@ export FPATH="$FPATH:$HOME/.zsh/pure" plugins=(colorize git zsh-syntax-highlighting) source $ZSH/oh-my-zsh.sh -autoload -U promptinit; promptinit -prompt pure +# autoload -U promptinit; promptinit +# prompt pure bindkey -v export KEYTIMEOUT=1 -- cgit