Added alias
This commit is contained in:
parent
6f63ef0509
commit
98fccc618b
1 changed files with 5 additions and 0 deletions
|
@ -16,6 +16,10 @@
|
||||||
name = "autopair";
|
name = "autopair";
|
||||||
src = pkgs.fishPlugins.autopair.src;
|
src = pkgs.fishPlugins.autopair.src;
|
||||||
}
|
}
|
||||||
|
{
|
||||||
|
name = "foreign-env";
|
||||||
|
src = pkgs.fishPlugins.foreign-env.src;
|
||||||
|
}
|
||||||
{
|
{
|
||||||
name = "tide";
|
name = "tide";
|
||||||
src = pkgs.fishPlugins.tide.src;
|
src = pkgs.fishPlugins.tide.src;
|
||||||
|
@ -40,6 +44,7 @@
|
||||||
shellAbbrs = {
|
shellAbbrs = {
|
||||||
homec="nvim ~/nix/config/home.nix";
|
homec="nvim ~/nix/config/home.nix";
|
||||||
ls="exa -lag --header";
|
ls="exa -lag --header";
|
||||||
|
dev="nix develop --command fish";
|
||||||
};
|
};
|
||||||
interactiveShellInit = ''
|
interactiveShellInit = ''
|
||||||
set fish_greeting # Disable greeting
|
set fish_greeting # Disable greeting
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue