LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Fish shell not showing flag icons (https://www.linuxquestions.org/questions/linux-newbie-8/fish-shell-not-showing-flag-icons-4175622819/)

ApolloPT 01-31-2018 06:32 PM

Fish shell not showing flag icons
 
4 Attachment(s)
Hello guys,

For the first time I have installed fish and oh-my-fish.

While I was trying to setup powerline fonts, I notice that some symbols from fish was messed up, like this:

Attachment 26873

While in root I can see at least one character(green arrow poiting) and I have one missing from "superpowers":

Attachment 26869

It was supposed to show this:

Attachment 26872
(https://github.com/oh-my-fish/oh-my-....md#bobthefish)

Do you know how can I fix this?

Thanks!

BW-userx 02-01-2018 11:07 AM

Quote:

Installation

Be sure to have Oh My Fish installed. Then just:

omf install bobthefish

You will need a Powerline-patched font for this to work, unless you enable the compatibility fallback option:

set -g theme_powerline_fonts no
did you do that yet?

ApolloPT 02-01-2018 02:07 PM

It was a bad 'set' that I have added in,

Code:

~/.config/fish/config.fish
now I just have those ones and it is working again:

Code:

set -g theme_powerline_fonts yes
set -g theme_nerd_fonts no
set -g fish_prompt_pwd_dir_length 0

thanks anyway BW-userx!

BW-userx 02-01-2018 02:28 PM

Quote:

Originally Posted by ApolloPT (Post 5814390)
It was a bad 'set' that I have added in,

Code:

~/.config/fish/config.fish
now I just have those ones and it is working again:

Code:

set -g theme_powerline_fonts no
set -g theme_nerd_fonts yes
set -g fish_prompt_pwd_dir_length 0

thanks anyway BW-userx!

:thumbsup:


All times are GMT -5. The time now is 05:15 AM.