9
config/zshrc
Normal file
9
config/zshrc
Normal file
@@ -0,0 +1,9 @@
|
||||
export ZSH=~/.oh-my-zsh
|
||||
|
||||
ZSH_THEME="robbyrussell"
|
||||
|
||||
plugins=(git wd sudo zsh-syntax-highlighting zsh-autosuggestions extract history-substring-search)
|
||||
|
||||
source $ZSH/oh-my-zsh.sh
|
||||
|
||||
# source ~/.bash_profile
|
||||
Reference in New Issue
Block a user