Skip to content

Commit

Permalink
config(fish): remove more abbreviations
Browse files Browse the repository at this point in the history
  • Loading branch information
macintacos committed Jun 24, 2024
1 parent c2a9998 commit 0c645a5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion shell/fish/user/abbr.fish
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ abbr gst lazygit
abbr gtr "git trim --delete stray,merged-local" # ref: https://github.com/foriequal0/git-trim
abbr sm smerge
abbr gt gittower
abbr git_prune_deleted_remotes "git branch -vv | grep ': gone' | grep -v '\*' | awk '{ print \$1; }' | xargs -r git branch -D"

# kubernetes
abbr k kubectl
Expand Down

0 comments on commit 0c645a5

Please sign in to comment.