mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2025-01-13 09:46:45 +01:00
comments
This commit is contained in:
parent
68d9aeb559
commit
461e1acb98
1 changed files with 9 additions and 0 deletions
|
@ -100,8 +100,17 @@ typeset -gA _p9k_skip_arg=(
|
||||||
#
|
#
|
||||||
# {} always {}
|
# {} always {}
|
||||||
#
|
#
|
||||||
|
# False negatives:
|
||||||
|
#
|
||||||
|
# : $(x)
|
||||||
|
# : `x`
|
||||||
|
#
|
||||||
# Completely broken:
|
# Completely broken:
|
||||||
#
|
#
|
||||||
|
# ${x/}
|
||||||
|
# *
|
||||||
|
# x=$y; $x
|
||||||
|
#
|
||||||
# Setup:
|
# Setup:
|
||||||
# setopt interactive_comments
|
# setopt interactive_comments
|
||||||
# alias x='#'
|
# alias x='#'
|
||||||
|
|
Loading…
Reference in a new issue