Skip to content

Commit

Permalink
feat: add genkey alias
Browse files Browse the repository at this point in the history
  • Loading branch information
icecreammatt committed Aug 20, 2024
1 parent e640349 commit e57af5a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/shell/fish.nix
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@
gbl = "git blame";
jv = "pbpaste | jq";
ghprv = "gh pr view --web";
genkey = "openssl rand -base64 16 | sed 's/..$//'";
o = "open . &";
ag = "rg";
he = "hx";
Expand Down

0 comments on commit e57af5a

Please sign in to comment.