From 5e4b12aa8e1e6f71147cfa1582761450c515c0fd Mon Sep 17 00:00:00 2001 From: Myned <dev@bjork.tech> Date: Mon, 17 Mar 2025 22:38:41 -0500 Subject: [PATCH] fish: add abbrs --- options/custom/programs/fish.nix | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/options/custom/programs/fish.nix b/options/custom/programs/fish.nix index e0dda17..f6d0707 100644 --- a/options/custom/programs/fish.nix +++ b/options/custom/programs/fish.nix @@ -217,11 +217,23 @@ in { nimwk = "niri msg workspaces"; nimwkj = "niri msg --json workspaces"; + ol = "ollama"; + oll = "ollama list"; + olp = "ollama pull"; + olr = "ollama run"; + olrm = "ollama rm"; + ols = "ollama show"; + olsrv = "ollama serve"; + olv = "ollama --version"; + os = "nixos"; osb = "nixos build"; osbb = "nixos build boot"; + osbbo = "nixos build boot -- --offline"; osbs = "nixos build switch"; + osbso = "nixos build switch -- --offline"; osbt = "nixos build test"; + osbto = "nixos build test -- --offline"; osd = "nixos diff"; osg = "nixos generate"; osl = "nixos list";