mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 13:46:41 +00:00
Remove python shell setup, I rarely ever use it or need it
This commit is contained in:
@@ -40,7 +40,6 @@ source "$DOTSHELL/less.sh"
|
|||||||
|
|
||||||
# Development
|
# Development
|
||||||
source "$DOTSHELL/nodejs.sh"
|
source "$DOTSHELL/nodejs.sh"
|
||||||
source "$DOTSHELL/python.sh"
|
|
||||||
source "$DOTSHELL/ruby.sh"
|
source "$DOTSHELL/ruby.sh"
|
||||||
source "$DOTSHELL/rust.sh"
|
source "$DOTSHELL/rust.sh"
|
||||||
source "$DOTSHELL/golang.sh"
|
source "$DOTSHELL/golang.sh"
|
||||||
|
|||||||
@@ -1,8 +0,0 @@
|
|||||||
#
|
|
||||||
# Python
|
|
||||||
#
|
|
||||||
|
|
||||||
# Init pyenv
|
|
||||||
if [ -n "$(command -v pyenv)" ]; then
|
|
||||||
eval "$(pyenv init -)"
|
|
||||||
fi
|
|
||||||
Reference in New Issue
Block a user