X-Git-Url: https://git.distorted.org.uk/~mdw/profile/blobdiff_plain/32f790cc0e7d26f37aedd19a5cc59e6668632106..75ff64d875df89a22f9dcaf7741b125668345d3c:/bashrc diff --git a/bashrc b/bashrc index 82d50c8..60fed8a 100644 --- a/bashrc +++ b/bashrc @@ -130,6 +130,9 @@ alias e="$EDITOR" alias svn="svnwrap svn" alias @="ssh" +[ -r /etc/bash_completion ] && . /etc/bash_completion +[ -r $HOME/.bash_completion ] && . $HOME/.bash_completion + # --- Make `xt' start an xterm, maybe logging into a remote host --- xt () { @@ -298,4 +301,6 @@ if (( UID == 0 )); then set -o noclobber fi +[ -f "$HOME/.bashrc-local" ] && . "$HOME/.bashrc-local" + fi