Compare commits

..

2 Commits

Author SHA1 Message Date
mandlm 4265578b80
feat: add zoxide 2023-12-12 08:38:55 +01:00
mandlm cdcebfde46
feat: add nushell 2023-12-12 08:38:55 +01:00
1 changed files with 3 additions and 5 deletions

View File

@ -8,6 +8,9 @@
} }
$env.config = { $env.config = {
show_banner: false, show_banner: false,
edit_mode: vi
shell_integration: true
use_kitty_protocol: true
completions: { completions: {
case_sensitive: false # case-sensitive completions case_sensitive: false # case-sensitive completions
quick: true # set to false to prevent auto-selecting completions quick: true # set to false to prevent auto-selecting completions
@ -28,11 +31,6 @@
append /usr/bin/env append /usr/bin/env
) )
''; '';
shellAliases = {
vi = "hx";
vim = "hx";
nano = "hx";
};
}; };
} }