]> git.phdru.name Git - dotfiles.git/blobdiff - .shellrc
.vim: Change color
[dotfiles.git] / .shellrc
index 76f81950b8375407bed0f521105612c16102653f..8adc256b252b15555dfcd0c60ababafd72511d6a 100644 (file)
--- a/.shellrc
+++ b/.shellrc
@@ -38,10 +38,6 @@ shopt -s checkwinsize
 #fi
 
 
-OPS1="$OPS1\\$"
-PS1="$OPS1 "
-
-
 case "$HOME" in
    /home/*)
       if [ -L /home ]; then
@@ -53,6 +49,11 @@ case "$HOME" in
    ;;
 esac
 
+
+OPS1="$OPS1\\$"
+PS1="$OPS1 "
+
+
 case "$SHELL" in
 */bash)
    [ "`type -t ls`" = alias ] && unalias ls
@@ -277,3 +278,12 @@ tmux() {
       ;;
    esac
 }
+
+
+if [ -f /usr/local/bin/virtualenvwrapper_lazy.sh ]; then
+   source /usr/local/bin/virtualenvwrapper_lazy.sh
+fi
+
+if which pyenv >/dev/null 2>&1; then
+   eval "`pyenv init -`"
+fi