aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdrian Kummerlaender2019-05-21 21:01:53 +0200
committerAdrian Kummerlaender2019-05-21 21:01:53 +0200
commit9d25aec3002eb8964df9d9aed4f7f31d198f5865 (patch)
tree4d487b7cdc34dcdef21605019a65444fe321f7b4
parentc836fc415e9324a6d7f586b7b7f55b0258c18589 (diff)
downloadnixos_home-9d25aec3002eb8964df9d9aed4f7f31d198f5865.tar
nixos_home-9d25aec3002eb8964df9d9aed4f7f31d198f5865.tar.gz
nixos_home-9d25aec3002eb8964df9d9aed4f7f31d198f5865.tar.bz2
nixos_home-9d25aec3002eb8964df9d9aed4f7f31d198f5865.tar.lz
nixos_home-9d25aec3002eb8964df9d9aed4f7f31d198f5865.tar.xz
nixos_home-9d25aec3002eb8964df9d9aed4f7f31d198f5865.tar.zst
nixos_home-9d25aec3002eb8964df9d9aed4f7f31d198f5865.zip
Add nix-shell fish alias
-rw-r--r--home.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/home.nix b/home.nix
index e4cf7ca..f7f76a2 100644
--- a/home.nix
+++ b/home.nix
@@ -49,4 +49,8 @@
defaultCacheTtlSsh = 600;
enableScDaemon = false;
};
+
+ programs.fish.shellAliases = {
+ ns = "nix-shell --command fish";
+ };
}