Compare commits

..

2 Commits

Author SHA1 Message Date
mandlm 171e5b2464
feat: add zoxide 2023-12-11 20:05:05 +01:00
mandlm 19620b549b
feat: add nushell 2023-12-11 20:04:57 +01:00
1 changed files with 5 additions and 3 deletions

View File

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