all repos

dotfiles @ 0de814c

my dotfiles
1 files changed, 1 insertions(+), 4 deletions(-)
Update README.md
Author: Smirnov Oleksandr 50584123+Smirnov-O@users.noreply.github.com
Committed by: GitHub noreply@github.com
Committed at: 2020-04-08 16:42:19 +0300
Parent: 9497910
M README.md

@@ -1,6 +1,5 @@

# Dotfiles - Config for - GIT - VIM

@@ -61,7 +60,7 @@ ~~~

- 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 @@ alias cd..='cd ..'

alias py='python3' alias py3='python3' alias py2='python2' - alias gor='go run' - alias gob='go build' ~~~