diff options
author | stuebinm | 2023-03-23 00:51:51 +0100 |
---|---|---|
committer | stuebinm | 2023-03-23 00:51:51 +0100 |
commit | 7eddcb4ab50ef482ff36701648854d4c7c3ce177 (patch) | |
tree | 4776f9deb498d4dd3012d49ba0af503e71342446 /home | |
parent | 212823586cedd0d5d9fea03941785f37a01a6cfe (diff) |
home: more aliases
Diffstat (limited to '')
-rw-r--r-- | home/home-minimal.nix | 1 | ||||
-rw-r--r-- | home/home.nix | 3 |
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 = { |