mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 16:53:00 +00:00
feat: nushell
This commit is contained in:
parent
e2209cea57
commit
5e47b924ef
3 changed files with 15 additions and 5 deletions
|
|
@ -1,11 +1,12 @@
|
|||
{...}: let
|
||||
alias = {"v" = "nvim";};
|
||||
nvimAlias = {"v" = "nvim";};
|
||||
in {
|
||||
programs.neovim = {
|
||||
enable = true;
|
||||
defaultEditor = true;
|
||||
};
|
||||
programs.fish.shellAbbrs = alias;
|
||||
programs.bash.shellAliases = alias;
|
||||
programs.zsh.shellAliases = alias;
|
||||
programs.fish.shellAbbrs = nvimAlias;
|
||||
programs.bash.shellAliases = nvimAlias;
|
||||
programs.zsh.shellAliases = nvimAlias;
|
||||
programs.nushell.shellAliases = nvimAlias;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -4,5 +4,7 @@
|
|||
enableBashIntegration = true;
|
||||
enableZshIntegration = true;
|
||||
enableFishIntegration = true;
|
||||
enableNushellIntegration = true;
|
||||
enableIonIntegration = true;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue