Skip to content
This repository has been archived by the owner on Mar 4, 2021. It is now read-only.

Commit

Permalink
Activate autocomplete
Browse files Browse the repository at this point in the history
  • Loading branch information
vergissberlin authored Nov 20, 2018
1 parent 9f62b64 commit f7db2b4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/settings.bash
Original file line number Diff line number Diff line change
Expand Up @@ -92,3 +92,6 @@ esac

# Tell ls to be colourful
export CLICOLOR=1

# Activate autocomple
complete -W "\`grep -oE '^[a-zA-Z0-9_.-]+:([^=]|$)' Makefile | sed 's/[^a-zA-Z0-9_.-]*$//'\`" make

0 comments on commit f7db2b4

Please sign in to comment.