Create .zshrc

This commit is contained in:
Rawley Fowler 2022-05-19 18:58:08 -06:00 committed by GitHub
parent 5bdae143a0
commit 75b2407d29
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

13
macos/.zshrc Normal file
View file

@ -0,0 +1,13 @@
#!/bin/zsh
# Rawley Fowler's .zshrc, last edited May 2022
export ZSH="$HOME/.oh-my-zsh"
#Oh my zsh
ZSH_THEME="afowler"
plugins=(git)
source $ZSH/oh-my-zsh.sh
#PATH
export PATH=$PATH:$HOME/.emacs.d/bin
[ -f ~/.fzf.zsh ] && source ~/.fzf.zsh