fixes and improvements
This commit is contained in:
+11
-11
@@ -4,17 +4,17 @@
|
||||
enable = true;
|
||||
settings = {
|
||||
terminal.shell = {
|
||||
program = "/bin/sh";
|
||||
args = [
|
||||
"-c"
|
||||
''
|
||||
if command -v zellij >/dev/null 2>&1; then
|
||||
exec zellij
|
||||
else
|
||||
exec "${SHELL:-/bin/bash}"
|
||||
fi
|
||||
''
|
||||
];
|
||||
program = "${pkgs.fish}/bin/fish";
|
||||
# args = [
|
||||
# "-c"
|
||||
# ''
|
||||
# if command -v zellij >/dev/null 2>&1; then
|
||||
# exec zellij
|
||||
# else
|
||||
# exec "${SHELL:-/bin/bash}"
|
||||
# fi
|
||||
# ''
|
||||
# ];
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user