oh-my-fish / theme-bobthefish

A Powerline-style, Git-aware fish theme optimized for awesome.
MIT License
1.44k stars 222 forks source link

Use `status current-command` for title #354

Closed faergeek closed 6 months ago

faergeek commented 6 months ago

Hello! Thank you very much for this awesome theme! I love it.

I noticed a little issue though:

  1. $_ is marked as deprecated https://fishshell.com/docs/current/language.html#envvar-_
  2. $_ contains wrong process name in cases like this one:

    sleep 1000 # `sleep` is the process, now press Ctrl-Z to suspend
    fg # unsuspend it, now `fg` is shown as the process

    status current-command will show sleep instead, which makes more sense.

bobthecow commented 6 months ago

Thanks!