Merge branch 'main' of github.com:FredzyW/nix
This commit is contained in:
commit
421a1b9012
4 changed files with 25 additions and 33 deletions
|
@ -16,6 +16,10 @@
|
|||
name = "autopair";
|
||||
src = pkgs.fishPlugins.autopair.src;
|
||||
}
|
||||
{
|
||||
name = "foreign-env";
|
||||
src = pkgs.fishPlugins.foreign-env.src;
|
||||
}
|
||||
{
|
||||
name = "tide";
|
||||
src = pkgs.fishPlugins.tide.src;
|
||||
|
@ -40,6 +44,7 @@
|
|||
shellAbbrs = {
|
||||
homec="nvim ~/nix/config/home.nix";
|
||||
ls="exa -lag --header";
|
||||
dev="nix develop --command fish";
|
||||
};
|
||||
interactiveShellInit = ''
|
||||
set fish_greeting # Disable greeting
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue