X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=.profile;h=29723ad08b6245144e10930c7316e165ef8056cb;hb=8eb93b531d2772fcaefd3deb830a73a24f90ee45;hp=711b8d235126dfd0dbd8bca616404b21cadf5b6e;hpb=b6806f08ea520931307aabd1d9e5c0ad5370057c;p=dotfiles.git diff --git a/.profile b/.profile index 711b8d2..29723ad 100644 --- 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