mirror of
https://github.com/romkatv/powerlevel10k
synced 2024-12-11 16:45:36 +00:00
comments
This commit is contained in:
parent
68d9aeb559
commit
461e1acb98
@ -100,8 +100,17 @@ typeset -gA _p9k_skip_arg=(
|
||||
#
|
||||
# {} always {}
|
||||
#
|
||||
# False negatives:
|
||||
#
|
||||
# : $(x)
|
||||
# : `x`
|
||||
#
|
||||
# Completely broken:
|
||||
#
|
||||
# ${x/}
|
||||
# *
|
||||
# x=$y; $x
|
||||
#
|
||||
# Setup:
|
||||
# setopt interactive_comments
|
||||
# alias x='#'
|
||||
|
Loading…
Reference in New Issue
Block a user