printshopcreator/.docker/images/php/base/.bashrc
2022-12-03 10:14:25 +01:00

9 lines
395 B
Bash

export PS1='$(whoami):$(pwd)# '
alias ll='ls -l'
alias lc='ls --color=auto'
# see https://stackoverflow.com/questions/4188324/bash-completion-of-makefile-target
# -h to grep to hide filenames
# -s to grep to hide error messages
# include Makefile and .make directory
complete -W "\`grep -shoE '^[a-zA-Z0-9_.-]+:([^=]|$)' ?akefile .make/*.mk | sed 's/[^a-zA-Z0-9_.-]*$//' | grep -v PHONY\`" make