From 7eddcb4ab50ef482ff36701648854d4c7c3ce177 Mon Sep 17 00:00:00 2001 From: stuebinm Date: Thu, 23 Mar 2023 00:51:51 +0100 Subject: home: more aliases --- home/home-minimal.nix | 1 + home/home.nix | 3 +++ 2 files changed, 4 insertions(+) diff --git a/home/home-minimal.nix b/home/home-minimal.nix index dc39d9d..5a994f5 100644 --- a/home/home-minimal.nix +++ b/home/home-minimal.nix @@ -52,6 +52,7 @@ ll = "exa -lh --icons"; llt = "exa -lh --tree --icons"; lt = "exa --tree --icons"; + md = "glow -p"; }; functions = { fish_greeting = { diff --git a/home/home.nix b/home/home.nix index 604f490..4515720 100644 --- a/home/home.nix +++ b/home/home.nix @@ -77,6 +77,9 @@ end end ''; + functions.nix-what.body = '' + nix-doc search $argv[1] ~/clones/nixpkgs + ''; }; programs.kitty = { -- cgit v1.2.3