Skip to content

Instantly share code, notes, and snippets.

@pry0cc
Created August 14, 2020 15:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pry0cc/bb24df058ba7fc9e75fff8203723f3fc to your computer and use it in GitHub Desktop.
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)
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