set fish features
This commit is contained in:
parent
7eaf5a710e
commit
32e78754ec
|
@ -5,6 +5,8 @@ in {
|
||||||
programs.fish = {
|
programs.fish = {
|
||||||
enable = true;
|
enable = true;
|
||||||
interactiveShellInit = ''
|
interactiveShellInit = ''
|
||||||
|
set -U fish_features stderr-nocaret qmark-noglob regex-easyesc ampersand-nobg-in-token
|
||||||
|
|
||||||
set -g __accent_color "${accent.color}"
|
set -g __accent_color "${accent.color}"
|
||||||
alias _fish_prompt_accent "_fish_prompt_color '$__accent_color'"
|
alias _fish_prompt_accent "_fish_prompt_color '$__accent_color'"
|
||||||
set_color red
|
set_color red
|
||||||
|
|
Loading…
Reference in a new issue