summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--home/home-minimal.nix1
-rw-r--r--home/home.nix3
2 files changed, 4 insertions, 0 deletions
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 = {