We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa37c0f commit 1a5ee2eCopy full SHA for 1a5ee2e
docker/dev/php/files/user-home/.bashrc
@@ -5,3 +5,6 @@ export PS1='\[\e[1;32m\]\h\[\e[0m\] \[\e[1;37m\]\w\[\e[0m\] \[\e[1;32m\]\u\[\e[0
5
if [ -f ~/.bash_aliases ]; then
6
. ~/.bash_aliases
7
fi
8
+
9
+# autocomplete for `make` command
10
+complete -W "\`grep -oE '^[a-zA-Z0-9_.-]+:([^=]|$)' ?akefile | sed 's/[^a-zA-Z0-9_.-]*$//'\`" make
0 commit comments