feat(homes/rafiq): switch to fish shell
This commit is contained in:
parent
b9ad8ac2ca
commit
1f70a57e11
3 changed files with 10 additions and 29 deletions
|
@ -7,23 +7,8 @@ let
|
|||
in
|
||||
{
|
||||
home.shell.enableShellIntegration = true;
|
||||
#TODO: change to fish
|
||||
home.sessionVariables.SHELL = "zsh";
|
||||
programs.zsh = {
|
||||
enable = true;
|
||||
enableVteIntegration = true;
|
||||
syntaxHighlighting.enable = true;
|
||||
historySubstringSearch.enable = true;
|
||||
history = {
|
||||
append = true;
|
||||
extended = true;
|
||||
ignoreDups = true;
|
||||
ignoreSpace = true;
|
||||
save = 10000;
|
||||
share = true;
|
||||
size = 10000;
|
||||
};
|
||||
};
|
||||
home.sessionVariables.SHELL = "fish";
|
||||
programs.fish.enable = true;
|
||||
programs.zsh.initContent =
|
||||
mkOrder 1200
|
||||
# zsh
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue