Pablo Aguiar

Results 179 comments of Pablo Aguiar

Could you please post the contents of both `fish_prompt` and `fish_right_prompt` functions? You can use `type` for that, e.g.: ``` type fish_prompt > /tmp/fish_prompt.txt type fish_right_prompt > /tmp/fish_right_prompt.txt ``` ⚠️...

@Youfou `fish_right_prompt` function definition looks like expected: ```fish fish_right_prompt is a function with definition # Defined in /home/nemo/.local/share/omf/themes/agnoster/functions/fish_right_prompt.fish @ line 76 function fish_right_prompt --description 'Prints right prompt' if test "$fish_key_bindings"...

You're welcome, @Yofou. 1. I assume you're using kitty. Correct? I used kitty in the past but these `_ksi_*` functions are new to me. Are they something you activate? 2....

Thank you all for your inputs. Please check the PR referenced above. Meanwhile, as a temporary workaround, please add the following to `config.fish`: ```fish # deactivate kitty shell integration set...

It's great to have a theme to work on and fix! Thanks for that info, @jcpmmx!

I'm reopening this issue to get it solved on HackIllinois 2019, hopefully!

> Can we make the use of such variables a standard among themes, at least for the ones in the oh-my-fish org? We can then document this new de facto...

Oh My Fish is meant to be installed in the user's home directory, not system-wide.

Thanks for bringing that to my attention.