summaryrefslogtreecommitdiff
path: root/home
diff options
context:
space:
mode:
authorstuebinm2023-03-23 00:51:51 +0100
committerstuebinm2023-03-23 00:51:51 +0100
commit7eddcb4ab50ef482ff36701648854d4c7c3ce177 (patch)
tree4776f9deb498d4dd3012d49ba0af503e71342446 /home
parent212823586cedd0d5d9fea03941785f37a01a6cfe (diff)
home: more aliases
Diffstat (limited to 'home')
-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 = {