Create .zshrc
This commit is contained in:
parent
5bdae143a0
commit
75b2407d29
1 changed files with 13 additions and 0 deletions
13
macos/.zshrc
Normal file
13
macos/.zshrc
Normal 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
|
Loading…
Reference in a new issue