fuji/zsh: remove default prompt and some options
This commit is contained in:
@@ -247,7 +247,12 @@ in
|
|||||||
zlib
|
zlib
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
zsh.enable = true;
|
zsh = {
|
||||||
|
enable = true;
|
||||||
|
promptInit = "";
|
||||||
|
enableCompletion = false;
|
||||||
|
setOptions = [];
|
||||||
|
};
|
||||||
firejail.enable = true;
|
firejail.enable = true;
|
||||||
adb.enable = true;
|
adb.enable = true;
|
||||||
wireshark.enable = true;
|
wireshark.enable = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user