fish a sa place à côté de bash

This commit is contained in:
Yves Dubromelle
2023-07-25 00:34:17 +02:00
parent a44decfa44
commit 9f9cb0cf94
2 changed files with 7 additions and 5 deletions

View File

@@ -37,7 +37,6 @@ mkIf true {
delta # visionneur de différences
];
programs = {
fish.enable = true;
gnupg.agent.enable = true;
git = {
enable = true;

View File

@@ -44,10 +44,13 @@ in
byobu-adminsys = "/etc/nixos/base/byobu-adminsys";
};
};
programs.bash = {
enableCompletion = true;
promptInit = builtins.readFile ./bash-prompt.sh;
interactiveShellInit = builtins.readFile ./bash-interactive-init.sh;
programs = {
fish.enable = true;
bash = {
enableCompletion = true;
promptInit = builtins.readFile ./bash-prompt.sh;
interactiveShellInit = builtins.readFile ./bash-interactive-init.sh;
};
};
# https://wiki.mozilla.org/Security/Guidelines/OpenSSH#Modern