aboutsummaryrefslogtreecommitdiff
path: root/home.nix
diff options
context:
space:
mode:
Diffstat (limited to 'home.nix')
-rw-r--r--home.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/home.nix b/home.nix
index 0767d40..0b23954 100644
--- a/home.nix
+++ b/home.nix
@@ -60,6 +60,7 @@
};
programs.fish.shellAliases = {
- ns = "nix-shell --command fish";
+ ns = "nix-shell --command fish";
+ cat = "bat";
};
}