You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
alias mysql="/opt/homebrew/opt/mysql-client@8.4/bin/mysql"
42
45
alias mysqldump="/opt/homebrew/opt/mysql-client@8.4/bin/mysqldump"
43
46
44
47
### logging commands
45
48
preexec() {
46
-
local TARGET_COMMANDS="aws|bat|brew|curl|docker|fd|git|go|helm|http|istioctl|jar|java|jcmd|jq|jstack|kubectl|kustomize|make|python3|rg|sudo|tekton|vault|xargs"
49
+
local TARGET_COMMANDS="aws|bat|brew|curl|docker|fd|git|go|helm|http|jar|java|jcmd|jq|jstack|kubectl|kustomize|make|npm|perl|pip|poetry|python3|rg|sudo|tekton|vault|xargs|yarn|yq"
47
50
local command=${1}
48
51
local command_base=${command%%*}
49
52
local command_rest=${command#"${command_base}"}
50
53
local actual_command=$(whence -- "${command_base}"||echo"${command_base}")
0 commit comments