Skip to content

Commit

Permalink
set SHELL env to bashInteractive package to avoid bind/complete not f…
Browse files Browse the repository at this point in the history
…ound errors
  • Loading branch information
jashan-lco committed Apr 15, 2024
1 parent d9556f6 commit 6c9d9b1
Show file tree
Hide file tree
Showing 2 changed files with 66 additions and 199 deletions.
4 changes: 4 additions & 0 deletions flake-module.nix
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@ in
self'.packages.octopilot
self'.packages.skaffold
]);

enterShell = ''
export SHELL=${pkgs.bashInteractive}/bin/bash
'';
};
};
}
Loading

0 comments on commit 6c9d9b1

Please sign in to comment.