switch to elvish shell
This commit is contained in:
parent
c7e27e5594
commit
4434fa8922
5 changed files with 87 additions and 15 deletions
|
@ -59,26 +59,16 @@ inputs: {
|
|||
|
||||
programs.starship = {
|
||||
enable = true;
|
||||
settings = {
|
||||
line_break.disabled = true;
|
||||
};
|
||||
};
|
||||
|
||||
programs.zoxide = {
|
||||
enable = true;
|
||||
};
|
||||
|
||||
programs.zsh = {
|
||||
programs.elvish = {
|
||||
enable = true;
|
||||
enableAutosuggestions = true;
|
||||
enableSyntaxHighlighting = true;
|
||||
shellAliases = {
|
||||
ls = "lsd";
|
||||
l = "ls -l";
|
||||
la = "ls -a";
|
||||
lla = "ls -la";
|
||||
lt = "ls --tree";
|
||||
};
|
||||
starship = true;
|
||||
zoxide = true;
|
||||
};
|
||||
|
||||
programs.firefox = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue