Skip to content

Commit

Permalink
config(fish): update some abbreviations
Browse files Browse the repository at this point in the history
  • Loading branch information
macintacos committed Jun 24, 2024
1 parent ce49ad6 commit c2a9998
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions shell/fish/user/abbr.fish
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,13 @@ 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
abbr cp 'cp -iv' # preferred 'cp' implementation
abbr csv 'csvlens' # https://github.com/YS-L/csvlens
abbr csv csvlens # https://github.com/YS-L/csvlens
abbr diff delta # use delta as your differ of choice
abbr f 'open -a Forklift .' # opens current directory in Forklift
abbr h hx # slight convenience for the helix editor
abbr j just # runs the `just` tool: https://github.com/casey/just
abbr jl jless # runs the `jless` tool: https://jless.io/
abbr jv fx # runs the `fx` tool: https://github.com/antonmedv/fx
abbr json fx # runs the `fx` tool: https://github.com/antonmedv/fx
abbr md frogmouth # use frogmouth, a markdown terminal "browser"
abbr pn pnpm
abbr py python # .... python
Expand All @@ -19,9 +20,7 @@ abbr s 's --provider "google"' # 's' with a default provider of Google
abbr t tmux
abbr v nvim # shortening usage of nvim
abbr vs code # shortening vscode's code
abbr x "xplr --config $DOTFILES_HOME/xplr/init.lua" # open 'xplr'
abbr ydl youtube-dl # because duh?
abbr zj zellij --config $DOTFILES_HOME/shell/zellij/config.yaml # Run zellij
abbr zr zrun # making zrun a bit more easy to run

# vasa
Expand All @@ -34,7 +33,7 @@ abbr gl "git pull"
abbr gf "git fetch"
abbr gfp "git fetch --prune"
abbr gp "git push"
abbr gst "lazygit"
abbr gst lazygit
abbr gtr "git trim --delete stray,merged-local" # ref: https://github.com/foriequal0/git-trim
abbr sm smerge
abbr gt gittower
Expand Down

0 comments on commit c2a9998

Please sign in to comment.