Skip to content

Instantly share code, notes, and snippets.

@nklkarthi
Last active December 8, 2022 03:36
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 nklkarthi/d51852bed393fb3d28ff8efe76891887 to your computer and use it in GitHub Desktop.
Save nklkarthi/d51852bed393fb3d28ff8efe76891887 to your computer and use it in GitHub Desktop.
EX188-bashrc-alias
echo 'source <(podman completion bash)' >>~/.bashrc
echo 'alias p=podman' >> ~/.bashrc
echo 'complete -o default -o nospace -F __start_podman p' >> ~/.bashrc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment