aboutsummaryrefslogtreecommitdiff
path: root/.zshrc
diff options
context:
space:
mode:
authorCharles <sircharlesaze@gmail.com>2019-10-26 03:15:47 +0200
committerCharles <sircharlesaze@gmail.com>2019-10-26 03:15:47 +0200
commit9ae27ab4a87664eaba9a721a3dbaead75a211d9a (patch)
treeb1f1c46c835b9f1e358d881088285ebc33043c37 /.zshrc
parent3973ad518cb87cfdc34a4830fc349273def9cf68 (diff)
downloaddotfiles-9ae27ab4a87664eaba9a721a3dbaead75a211d9a.tar.gz
dotfiles-9ae27ab4a87664eaba9a721a3dbaead75a211d9a.tar.bz2
dotfiles-9ae27ab4a87664eaba9a721a3dbaead75a211d9a.zip
Removed vimrc expandtab since I only code for school, undo pure theme manual install from s19 merge
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc6
1 files changed, 3 insertions, 3 deletions
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