Using iTerm instead of Terminal (OSX 10.6.8), I create a bookmark and use the command bash -l (letter "L"). If my working directory is : ~/Applications (for example) no problem accessing. However if I try: ~/Applications/MAMP/htdocs/drupal-7.36devel It doesn't work. Why? I'd like to make bookmarks that open the local tutorial sites I work on. What bash command should I use? The default one is: login -fp myUserName

Thanks!

Comments

mfuller526’s picture

Bingo! Path error in my working directory. Missing a period... DOH! but also didn't need "~" in path.

Command: bash -l

Working Directory (example): /Applications/MAMP/htdocs/drupal-7.37.devel