feat(base): add fzf file open alias

This commit is contained in:
Moritz Böhme 2023-06-30 20:49:14 +02:00
parent a35d93ae2a
commit 988947be5e
Signed by: moritz
GPG key ID: 970C6E89EB0547A9

View file

@ -45,6 +45,8 @@ in
mv = "mv -i";
cd = "z";
f = "fzf --multi --bind \"enter:become($EDITOR {+})\"";
nixos-switch = nom-system-command "sudo nixos-rebuild switch --flake ~/.dotfiles";
nixos-boot = nom-system-command "sudo nixos-rebuild boot --flake ~/.dotfiles";
nixos-update = "pushd ~/.dotfiles && nix flake update && popd";