Adds zshrc to repo
This commit is contained in:
parent
e52c4330c7
commit
813edb7c3d
2 changed files with 10 additions and 5 deletions
10
configs/shared/.zshrc
Normal file
10
configs/shared/.zshrc
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
export ZSH=/Users/wpcarro/.oh-my-zsh
|
||||
|
||||
ZSH_THEME="spaceship"
|
||||
plugins=(tmux zsh-autosuggestions git git-extras github gitfast)
|
||||
source $ZSH/oh-my-zsh.sh
|
||||
source ~/.zsh_profile
|
||||
|
||||
[ -f ~/.fzf.zsh ] && source ~/.fzf.zsh
|
||||
|
||||
export N_PREFIX="$HOME/n"; [[ :$PATH: == *":$N_PREFIX/bin:"* ]] || PATH+=":$N_PREFIX/bin" # Added by n-install (see http://git.io/n-install-repo).
|
||||
Loading…
Add table
Add a link
Reference in a new issue