Search results

  1. M

    Bash bug? Tilde display not working

    Welcome to Darwin! mac:~ me$ echo $SHELL /bin/bash mac:~ me$ bash --version GNU bash, version 2.05b.0(1)-release (powerpc-apple-darwin7.0) Copyright (C) 2002 Free Software Foundation, Inc. mac:~ mlevitt$ echo $PS1 \h:\w \u\$ mac:~ me$
  2. M

    Bash bug? Tilde display not working

    Hi, Does anyone why bash doesn't display the tilde '~' correctly in the prompt on Mac OS? For example, when I first run Terminal, I get: hostname:~ username $ Which is right, but then if I cd to another directory underneath $HOME, the prompt is changed to something like...
Back
Top