nixos/ohmyzsh/completions.zsh
Evie Litherland-Smith a1073b3278 Move ohmyzsh custom config to separate directory
Add p10k config and rule to symlink to standard location
2023-02-01 09:39:52 +00:00

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)"