Skip to content

Commit

Permalink
prezto: disable git aliases, cursor highlight
Browse files Browse the repository at this point in the history
* Disable the default git shell aliases because I don't use them and
  'grc' conflicts with the actual 'grc' program.
* Disable the 'cursor' syntax highlighting because it causes the cursor
  to disappear when repeating.
  sorin-ionescu/prezto#424
  • Loading branch information
joshbeard committed Sep 22, 2022
1 parent b026f95 commit 59dc088
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion home/.zpreztorc
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,8 @@ zstyle ':prezto:module:editor' key-bindings 'vi'
# Git
#

# Disable the built-in git aliases
zstyle ':prezto:module:git:alias' skip 'yes'
# Ignore submodules when they are 'dirty', 'untracked', 'all', or 'none'.
# zstyle ':prezto:module:git:status:ignore' submodules 'all'

Expand Down Expand Up @@ -163,7 +165,6 @@ zstyle ':prezto:module:syntax-highlighting' highlighters \
'main' \
'brackets' \
'pattern' \
'cursor' \
'root'
#
# Set syntax highlighting styles.
Expand Down

0 comments on commit 59dc088

Please sign in to comment.