Skip to content

Commit

Permalink
do not expand alias docker=podman
Browse files Browse the repository at this point in the history
  • Loading branch information
MenkeTechnologies committed Dec 21, 2022
1 parent 2edb88f commit 4129899
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zsh-expand.plugin.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ fi
local sq=${ZPWR_VARS[startQuoteRegex]}
local eq=${ZPWR_VARS[endQuoteRegex]}

ZPWR_VARS[blacklistFirstPosRegex]='^(omz_history|grc|_z|zshz|cd|hub|_zsh_tmux_|_rails_|_rake_|mvn-or|gradle-or|noglob |rlwrap ).*$'
ZPWR_VARS[blacklistFirstPosRegex]='^(omz_history|podman|grc|_z|zshz|cd|hub|_zsh_tmux_|_rails_|_rake_|mvn-or|gradle-or|noglob |rlwrap ).*$'

ZPWR_VARS[blacklistSubcommandPositionRegex]='^(cargo|jenv|svn|git|ng|pod|docker|kubectl|rndc|yarn|npm|pip[0-9\.]*|bundle|rails|gem|nmcli|brew|apt|dnf|yum|zypper|pacman|service|proxychains[0-9\.]*|zpwr|zm|zd|zg|zinit)$'
# the main regex to match x=1 \builtin* 'command'* '"sudo"' -* y=2 \env* -* z=3 cmd arg1 arg2 etc
Expand Down

0 comments on commit 4129899

Please sign in to comment.