1
mirror of https://github.com/jakejarvis/dotfiles.git synced 2025-10-21 19:54:24 -04:00

switch from bash to ZSH

This commit is contained in:
2019-01-18 11:52:45 -05:00
parent cf05191a40
commit 53e9d45a48
5 changed files with 214 additions and 0 deletions

12
.zshrc.pre-oh-my-zsh Normal file
View File

@@ -0,0 +1,12 @@
# 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