Compare commits
2 Commits
4265578b80
...
171e5b2464
Author | SHA1 | Date |
---|---|---|
mandlm | 171e5b2464 | |
mandlm | 19620b549b |
|
@ -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";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue