Remove python shell setup, I rarely ever use it or need it

This commit is contained in:
2018-07-19 21:43:29 +01:00
parent 770ae1a2a1
commit e30f00247a
2 changed files with 0 additions and 9 deletions

View File

@@ -40,7 +40,6 @@ source "$DOTSHELL/less.sh"
# Development
source "$DOTSHELL/nodejs.sh"
source "$DOTSHELL/python.sh"
source "$DOTSHELL/ruby.sh"
source "$DOTSHELL/rust.sh"
source "$DOTSHELL/golang.sh"

View File

@@ -1,8 +0,0 @@
#
# Python
#
# Init pyenv
if [ -n "$(command -v pyenv)" ]; then
eval "$(pyenv init -)"
fi