Update vim config for autopep8, allow user-pip packages
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
ac03257e17
commit
34aa0e2f65
2 changed files with 4 additions and 1 deletions
2
.vim
2
.vim
|
@ -1 +1 @@
|
||||||
Subproject commit 9b8b3e288c84dc903e6eb719e6a3ca6f638ec05a
|
Subproject commit 1e32bf029056832e0a59918df2b959785ceaa07e
|
|
@ -8,6 +8,9 @@ export PATH=/usr/local/sbin:/usr/local/bin:$PATH
|
||||||
export PATH=$HOME/bin:$PATH
|
export PATH=$HOME/bin:$PATH
|
||||||
source $HOME/.zsh/go-binaries.sh
|
source $HOME/.zsh/go-binaries.sh
|
||||||
|
|
||||||
|
## Local installed pip package binaries
|
||||||
|
export PATH=$PATH:$HOME/.local/bin
|
||||||
|
|
||||||
## Some default settings
|
## Some default settings
|
||||||
export EDITOR=/usr/bin/vim
|
export EDITOR=/usr/bin/vim
|
||||||
export BROWSER=/bin/echo # enable usage of `hub browse` on remote machines
|
export BROWSER=/bin/echo # enable usage of `hub browse` on remote machines
|
||||||
|
|
Loading…
Reference in a new issue