Skip to content
Snippets Groups Projects
Commit 2009614d authored by Sven Mäder's avatar Sven Mäder :speech_balloon:
Browse files

Add py-ethz bash completion

parent 480684e9
No related branches found
No related tags found
No related merge requests found
......@@ -18,3 +18,8 @@ complete -cf mangv
# auto-complete like scp after custom gvimscp
complete -F _scp -o nospace gvimscp
# py-ethz
if [ -f ~/git/gitlab/py-ethz/bin/ethz-completion.bash ] && ! shopt -oq posix; then
. ~/git/gitlab/py-ethz/bin/ethz-completion.bash
fi
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment