dotfiles/.zshrc

24 lines
280 B
Bash
Raw Normal View History

2020-08-07 01:55:01 +00:00
export ZSH="/home/digyx/.oh-my-zsh"
ZSH_THEME="robbyrussell"
plugins=(
git
z
zsh-autosuggestions
sudo
thefuck
redis-cli
kubectl
helm
golang
flutter
docker
doctl
docker-compose
cargo
ansible
)
source $ZSH/oh-my-zsh.sh