Skip to content

Commit

Permalink
feat: update fish abbrs
Browse files Browse the repository at this point in the history
  • Loading branch information
s3igo committed Sep 13, 2024
1 parent ce5737d commit 85e51ee
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion home/fish.nix
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,8 @@ in
mk = "mkdir";
mv = "mv -iv";
n = "nix";
nb = cursor // text "nix build .#% --";
nb = cursor // text "nix build .#%";
ne = cursor // text "nix eval .#%";
nf = "nix flake";
nl = "rm -rf .direnv; and direnv allow";
nr = cursor // text "nix run .#% --";
Expand Down

0 comments on commit 85e51ee

Please sign in to comment.