From d598ca8b9bad1730c74bb17c9f5dba59b9eba802 Mon Sep 17 00:00:00 2001 From: ChUrl Date: Wed, 9 Nov 2022 23:16:14 +0100 Subject: [PATCH] fix bug (navi uses bash, not fish/current shell) --- config/navi/christoph.cheat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/navi/christoph.cheat b/config/navi/christoph.cheat index 701ca0c2..b402cef5 100644 --- a/config/navi/christoph.cheat +++ b/config/navi/christoph.cheat @@ -1,4 +1,4 @@ % nixos, nix-store, link # Find the storepath of an executable in the users path -readlink -f (which ) +readlink -f $(which )