bash-it/completion/available/system.completion.bash

6 lines
80 B
Bash

#!/usr/bin/env bash
if [ -f /etc/bash_completion ];
. /etc/bash_completion
fi