Skip to content

Commit

Permalink
chore: add fish abbrs
Browse files Browse the repository at this point in the history
  • Loading branch information
s3igo committed Mar 28, 2024
1 parent 7e6ab6b commit 46bbf93
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions home/cli/fish.nix
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,8 @@ in
nrdr = cursor // text "nix run github:s3igo/dotfiles#% --";
nrp = cursor // text "nix run nixpkgs#% --";
nv = "nix run .#neovim --";
nvd = "nix run $HOME/.dotfiles#neovim --";
nvdr = "nix run github:s3igo/dotfiles#neovim --";
nvp = "nix run nixpkgs#neovim --";
pst = "pbpaste";
ql = cursor // text "qlmanage -p % &> /dev/null";
Expand Down

0 comments on commit 46bbf93

Please sign in to comment.