Sha256: c429620f6c09ccd976d1014185bff4c4c7473f1ed6e54c9d0f4de1d794dc7e0d
Contents?: true
Size: 288 Bytes
Versions: 18
Compression:
Stored size: 288 Bytes
Contents
#!/bin/sh # shellcheck disable=SC2155 # shellcheck disable=SC1090 # shellcheck disable=SC2039 if [ -n "$BASH_VERSION" ]; then source ~/.pantograph/completions/completion.bash elif [ -n "$ZSH_VERSION" ]; then source ~/.pantograph/completions/completion.zsh fi # Do not remove v0.0.1
Version data entries
18 entries across 18 versions & 1 rubygems