1
mirror of https://github.com/jakejarvis/dotfiles.git synced 2025-10-22 07:54:24 -04:00
Files
dotfiles/.zshrc.pre-oh-my-zsh
2019-01-18 11:52:45 -05:00

13 lines
317 B
Plaintext

# Lines configured by zsh-newuser-install
HISTFILE=~/.histfile
HISTSIZE=1000
SAVEHIST=1000
bindkey -e
# End of lines configured by zsh-newuser-install
# The following lines were added by compinstall
zstyle :compinstall filename '/Users/jake/.zshrc'
autoload -Uz compinit
compinit
# End of lines added by compinstall