Skip to content

Commit

Permalink
feat(fish): leetcode abbr
Browse files Browse the repository at this point in the history
  • Loading branch information
ryoppippi committed Oct 6, 2024
1 parent 5d2c345 commit 2ac2387
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions fish/config/abbrs_aliases.fish
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,13 @@ abbr -a --set-cursor qgh gh copilot suggest -t gh \"%\"
# gh
abbr -a gh-fork-sync "gh repo list --limit 200 --fork --json nameWithOwner --jq '.[].nameWithOwner' | xargs -n1 gh repo sync"
# leetcode
abbr -a lc leetcode
abbr -a lce leetcode e
abbr -a lct leetcode t
abbr -a lcx leetcode t
abbr -a lcp leetcode t
# misc
abbr -a n -f _na
abbr --position anywhere rpp ryoppippi

0 comments on commit 2ac2387

Please sign in to comment.