How do I set the title of Terminal.app with the fish shell?
- by lorin
I'm trying the fish shell in Mac OS X, intalled using MacPorts. I'd like to have the title of my Terminal window be my current directory. Currently, the title just says
Terminal - fish - 80x24
According to the fish documentation, the default fish_title function should provide this behavior. It doesn't do the right thing in Terminal.app, although it does work with iTerm. Defining my own fish_title function doesn't fix the problem.
Has anybody been able to get this to work?