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 = ''
|
||||
|
Reference in New Issue
Block a user