Enable zsh
This commit is contained in:
15
home.nix
15
home.nix
@@ -11,7 +11,7 @@
|
||||
};
|
||||
|
||||
programs.bash = {
|
||||
enable = true;
|
||||
enable = false;
|
||||
shellAliases = {
|
||||
ll = "ls -l";
|
||||
".." = "cd ..";
|
||||
@@ -101,6 +101,19 @@
|
||||
|
||||
programs.git-credential-oauth.enable =true;
|
||||
|
||||
programs.zsh = {
|
||||
enable = true;
|
||||
enableCompletion = true;
|
||||
autosuggestion.enable = true;
|
||||
syntaxHighlighting.enable = true;
|
||||
|
||||
shellAliases = {
|
||||
ll = "ls -l";
|
||||
".." = "cd ..";
|
||||
};
|
||||
history.size = 10000;
|
||||
};
|
||||
|
||||
home.packages = with pkgs; [
|
||||
runelite
|
||||
];
|
||||
|
Reference in New Issue
Block a user