From 22f3630c57b5a674eadd32b12796210f6b479a62 Mon Sep 17 00:00:00 2001 From: Grigory Shipunov Date: Tue, 24 Jan 2023 14:27:50 +0100 Subject: refactor fzf a bit --- modules/basic-tools/default.nix | 3 --- 1 file changed, 3 deletions(-) (limited to 'modules/basic-tools/default.nix') diff --git a/modules/basic-tools/default.nix b/modules/basic-tools/default.nix index 8725e38..fe088ab 100644 --- a/modules/basic-tools/default.nix +++ b/modules/basic-tools/default.nix @@ -9,7 +9,6 @@ bat fd file - fzf git gnupg htop @@ -69,8 +68,6 @@ ll = "ls -lah"; lt = "ls --tree"; vim = "nvim"; - vf = "$EDITOR $(fzf)"; - vff = "$EDITOR $(ls|fzf)"; mutt = "neomutt"; grep = "grep --color=auto"; nix-build="${pkgs.nix-output-monitor}/bin/nom-build"; -- cgit v1.3.1