Created
August 14, 2020 15:20
-
-
Save pry0cc/bb24df058ba7fc9e75fff8203723f3fc to your computer and use it in GitHub Desktop.
Axiom command auto complete, just for ZSH (those who haven't installed it recently)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
export PATH="$PATH:$HOME/.axiom/interact" | |
source $HOME/.axiom/functions/autocomplete.zsh | |
compdef _axiom-ssh axiom-rm | |
compdef _axiom-ssh axiom-ssh | |
compdef _axiom-ssh axiom-select | |
compdef _axiom-ssh axiom-backup | |
compdef _axiom-ssh axiom-vpn | |
compdef _axiom-restore axiom-restore | |
compdef _axiom-deploy axiom-deploy |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment