diff options
| author | Charles <sircharlesaze@gmail.com> | 2019-10-26 03:15:47 +0200 |
|---|---|---|
| committer | Charles <sircharlesaze@gmail.com> | 2019-10-26 03:15:47 +0200 |
| commit | 9ae27ab4a87664eaba9a721a3dbaead75a211d9a (patch) | |
| tree | b1f1c46c835b9f1e358d881088285ebc33043c37 /.zshrc | |
| parent | 3973ad518cb87cfdc34a4830fc349273def9cf68 (diff) | |
| download | dotfiles-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-- | .zshrc | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |
