Changed: Terminal bug
This commit is contained in:
		@@ -6,7 +6,7 @@ let
 | 
			
		||||
in
 | 
			
		||||
{
 | 
			
		||||
    # Fix underlying System POSIX bugs
 | 
			
		||||
    programs.bash = {
 | 
			
		||||
/*    programs.bash = {
 | 
			
		||||
    interactiveShellInit = ''
 | 
			
		||||
      if [[ $(${pkgs.procps}/bin/ps --no-header --pid=$PPID --format=comm) != "fish" && -z ''${BASH_EXECUTION_STRING} ]]
 | 
			
		||||
      then
 | 
			
		||||
@@ -15,7 +15,7 @@ in
 | 
			
		||||
      fi
 | 
			
		||||
    '';
 | 
			
		||||
    };
 | 
			
		||||
 | 
			
		||||
*/
 | 
			
		||||
    programs.fish = {
 | 
			
		||||
      enable = true;
 | 
			
		||||
      interactiveShellInit = ''
 | 
			
		||||
 
 | 
			
		||||
@@ -16,4 +16,6 @@
 | 
			
		||||
    shell = pkgs.fish;
 | 
			
		||||
  };
 | 
			
		||||
 | 
			
		||||
  programs.fish.enable = true; # Just because...
 | 
			
		||||
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user