dotfiles.2022/_home/dot_sz.shrc.d/bash.pre/21_aliases

7 lines
181 B
Plaintext
Raw Normal View History

2022-06-18 18:51:51 +00:00
alias which-command="type -fP "
2022-06-18 18:44:42 +00:00
2022-08-02 11:26:18 +00:00
function add-alias-to-bash-completion-code() {
local CMD=$(printf "%s" "sed '" 's/\(complete\W.*-F\W.*chezmoi\)/\1 ' "$1/g'")
eval "$CMD"
}