Personal dotfiles.
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

feat: small zshrc update

+1 -1
+1 -1
zshrc
··· 8 8 9 9 export ZSH="$HOME/.oh-my-zsh" 10 10 ZSH_THEME="robbyrussell" 11 - plugins=(git docker) 11 + plugins=(git) 12 12 source $ZSH/oh-my-zsh.sh 13 13 14 14 # user configurations