Skip to content

Commit

Permalink
feat(shell/fish): add 'b' abbreviation
Browse files Browse the repository at this point in the history
  • Loading branch information
macintacos committed Jun 24, 2024
1 parent 0c645a5 commit b8e52b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions shell/fish/user/abbr.fish
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Abbreviations

abbr b brew
abbr c 'clear && ll' # clear terminal display, show directory
abbr cat 'bat --pager="less -XRF"' # because bat is just insanely better than cat
abbr cls clear # clear sisplay, just like `mongo` shell
Expand Down

0 comments on commit b8e52b4

Please sign in to comment.