]> git.phdru.name Git - dotfiles.git/blobdiff - .profile
.mc/mc.ext: Refactor opening/viewing zip files
[dotfiles.git] / .profile
index 711b8d235126dfd0dbd8bca616404b21cadf5b6e..29723ad08b6245144e10930c7316e165ef8056cb 100644 (file)
--- a/.profile
+++ b/.profile
@@ -172,7 +172,7 @@ if [ -t 0 ] ; then
    if test -n "$BASH_VERSION"; then
       . "$HOME/.bashrc"
    else
-      OPS1="${debian_chroot:+($debian_chroot)}`/usr/bin/whoami`@`/bin/hostname -s` > "
+      PS1="${debian_chroot:+($debian_chroot)}`/usr/bin/whoami`@`/bin/hostname -s` > "
    fi
 
    ### biff controls new mail notification
@@ -202,6 +202,14 @@ if [ -t 0 ] ; then
    #if test -f .hushlogin && ! cmp -s .motd /etc/motd; then
    #   tee $HOME/.motd < /etc/motd
    #fi
+
+   #if which pyenv >/dev/null 2>&1; then
+   #   PYENV_ROOT="$HOME/.pyenv"
+   #   export PYENV_ROOT
+   #   PATH="$PYENV_ROOT/bin:$PATH"
+   #   eval "`pyenv init --path`"
+   #fi
+
 fi
 
 # No need to set DISPLAY - ssh sets DISPLAY and calls xauth