a1073b3278
Add p10k config and rule to symlink to standard location
5 lines
234 B
Bash
5 lines
234 B
Bash
autoload -U bashcompinit
|
|
bashcompinit
|
|
command -v register-python-argcomplete3 > /dev/null && eval "$(register-python-argcomplete3 pipx)"
|
|
command -v register-python-argcomplete > /dev/null && eval "$(register-python-argcomplete pipx)"
|