diff --git a/.bash_aliases b/.bash_aliases index 6d7b121..01beb3c 100644 --- a/.bash_aliases +++ b/.bash_aliases @@ -4,7 +4,7 @@ alias fgrep='fgrep --color=auto' alias egrep='egrep --color=auto' alias py='python3.6' alias bye='systemctl suspend' -alias whatisopen='netstat -pnlt' +alias whatisopen='sudo netstat -pnlt' alias calc='gcalccmd' alias pmr='python manage.py runserver' alias nopmr="netstat -pnlt | grep -E -o -e '[0-9]+/python' | cut -d '/' -f 1 | xargs kill" diff --git a/vim-plugins/bundle/vim-virtualenv/autoload/pyvenv.pyc b/vim-plugins/bundle/vim-virtualenv/autoload/pyvenv.pyc new file mode 100644 index 0000000..caca7cb Binary files /dev/null and b/vim-plugins/bundle/vim-virtualenv/autoload/pyvenv.pyc differ