diff options
| author | Grigory Shipunov | 2023-01-24 14:27:50 +0100 |
|---|---|---|
| committer | Grigory Shipunov | 2023-01-24 14:27:50 +0100 |
| commit | 22f3630c57b5a674eadd32b12796210f6b479a62 (patch) | |
| tree | 18ac192760c31a4e9a0cb1668219b617a69e2df7 /modules/basic-tools/default.nix | |
| parent | 02e404da775bb92f42f00b59578f2852aee07299 (diff) | |
refactor fzf a bit
Diffstat (limited to 'modules/basic-tools/default.nix')
| -rw-r--r-- | modules/basic-tools/default.nix | 3 |
1 files changed, 0 insertions, 3 deletions
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"; |
