From 0de814c8aadfb7c860eecde1854da30050cf6a88 Mon Sep 17 00:00:00 2001 From: Smirnov Oleksandr <50584123+Smirnov-O@users.noreply.github.com> Date: Wed, 8 Apr 2020 16:42:19 +0300 Subject: [PATCH] Update README.md --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index e9babc9..2066924 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,5 @@ # Dotfiles - Config for - GIT - VIM @@ -61,7 +60,7 @@ vim ~/.zshrc - Plugins ~~~bash vim ~/.zshrc - plugins=( autopep8 pip django sublime systemd debian git tmux ) + plugins=( autopep8 djando pip systemd debian git tmux docker ansible golang ) ~~~ - Alias ~~~bash @@ -72,6 +71,4 @@ vim ~/.zshrc alias py='python3' alias py3='python3' alias py2='python2' - alias gor='go run' - alias gob='go build' ~~~