summaryrefslogtreecommitdiffstats
path: root/makefu/2configs/home-manager/zsh.nix
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2019-04-17 21:44:00 +0200
committermakefu <github@syntax-fehler.de>2019-04-17 21:44:00 +0200
commite9743b162d51c4eb04d7939f8445e1acaa2d723d (patch)
treed573ce071e2268b6cec2010de2b2b519bd3a8302 /makefu/2configs/home-manager/zsh.nix
parenta7828387a9d38d6b921439d6a130dad1b253de7e (diff)
ma home-manager: fix build
Diffstat (limited to 'makefu/2configs/home-manager/zsh.nix')
-rw-r--r--makefu/2configs/home-manager/zsh.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/makefu/2configs/home-manager/zsh.nix b/makefu/2configs/home-manager/zsh.nix
index 6c7b632e..267a2e87 100644
--- a/makefu/2configs/home-manager/zsh.nix
+++ b/makefu/2configs/home-manager/zsh.nix
@@ -67,6 +67,7 @@
home-manager.users.makefu.programs.zsh.shellAliases = {
cat = "bat";
catn = "${pkgs.coreutils}/bin/cat";
+ ncat = "${pkgs.coreutils}/bin/cat";
};
}
];