aboutsummaryrefslogblamecommitdiff
path: root/bash/bashrc.d/ver.bash
blob: 30a546b29bc1261ab4b93b43b63ce29f1868fb50 (plain) (tree)
1
2
3
4



                                            
# Shortcut to show current shell version
ver() {
    printf '%s\n' "${BASH_VERSION:-unknown}"
}