Skip to content

Commit

Permalink
skip saving gitset abbreviation to history
Browse files Browse the repository at this point in the history
Signed-off-by: Lucas Larson <[email protected]>
  • Loading branch information
LucasLarson committed Oct 26, 2023
1 parent 6dd9d88 commit 6f3d65e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .config/zsh-abbr/user-abbreviations
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ abbr --global '--verison'='--version'
abbr --global 'verison'='version'

## xtrace
abbr --global gitset='GIT_TRACE=2 GIT_TRACE_PACK_ACCESS=2 GIT_TRACE_PACKET=2 GIT_TRACE_PERFORMANCE=2 GIT_TRACE_SETUP=2 GIT_MERGE_VERBOSITY=5 GIT_CURL_VERBOSE=1 GIT_TRACE2_EVENT_NESTING="$(command getconf -- UINT_MAX)" GIT_PROGRESS_DELAY=0 GIT_TRACE2_EVENT=1 GIT_TRACE_REFS=1'
abbr --global gitset=' GIT_TRACE=2 GIT_TRACE_PACK_ACCESS=2 GIT_TRACE_PACKET=2 GIT_TRACE_PERFORMANCE=2 GIT_TRACE_SETUP=2 GIT_MERGE_VERBOSITY=5 GIT_CURL_VERBOSE=1 GIT_TRACE2_EVENT_NESTING="$(command getconf -- UINT_MAX)" GIT_PROGRESS_DELAY=0 GIT_TRACE2_EVENT=1 GIT_TRACE_REFS=1'

## zshenv
abbr --global shenv='zshenv'
Expand Down

0 comments on commit 6f3d65e

Please sign in to comment.