Fish: Difference between revisions

Add note about unicode space when copying code snippet -- I think this may be a bug in MediaWiki?
m The dconf path and the fish command was incorrect. I have corrected the case to make it work.
 
(One intermediate revision by one other user not shown)
Line 162: Line 162:
     dconf = {
     dconf = {
         enable = true;
         enable = true;
         settings."org/gnome/console" = {
         settings."org/gnome/Console" = {
             shell = [ "FISH" ];
             shell = [ "fish" ];
         };
         };
     };
     };
Line 174: Line 174:
Some users suffer from slow build due to fish enabling `documentation.man.generateCaches`. You may force false.
Some users suffer from slow build due to fish enabling `documentation.man.generateCaches`. You may force false.
  documentation.man.generateCaches = false'';''
  documentation.man.generateCaches = false'';''
For home-manager users, man cache need to be disabled in programs
programs.man.generateCaches = false'';''


==== Running fish interactively with zsh as system shell on darwin ====
==== Running fish interactively with zsh as system shell on darwin ====