5

I am trying to figure out how this guys manage to have the status line at the bottom of fish-shell as he shared here.

https://github.com/yongjhih/rc/blob/master/art/screenshot-fish-powerline.png

I setup powerline using instruction from this question

How can I install and use powerline plugin?

Thanks!

Sinh Nguyen
  • 171
  • 1
  • 10
  • 1
    Or maybe the owner just using tmux -- fish without mentioned it. :) – Sinh Nguyen Feb 02 '17 at 05:18
  • so were you able to figure this out? I am happy with my prompt, but I want a status bar like they have in vim, but for my shell where I can put weather info or cpu/memory info etc. – theprogrammer May 10 '20 at 23:16

1 Answers1

2

After researched I came to conclude that it was not feature of fish-shell but a tmux session.

For more information about tmux powerline you can refer to this repo:

https://github.com/erikw/tmux-powerline

Sinh Nguyen
  • 171
  • 1
  • 10