Set default editor for nushell and remove gui stuff for git
This commit is contained in:
@@ -23,6 +23,7 @@ in
|
||||
$env.config.edit_mode = "vi"
|
||||
$env.config.buffer_editor = "nvim"
|
||||
$env.config.show_banner = false
|
||||
$env.EDITOR = "nvim"
|
||||
'';
|
||||
shellAliases = {
|
||||
lg = "lazygit";
|
||||
|
||||
Reference in New Issue
Block a user