edited .bash_aliases grep regex to include all of the function names in .bash_functions

This commit is contained in:
Brendan McDevitt 2016-11-08 20:18:36 -06:00
parent 04742e3035
commit 514d455082

View file

@ -3,4 +3,4 @@ alias l='ls -lah'
alias ll='ls -lah'
alias ls='ls --color=auto'
alias functions='cat ~/.bash_functions | grep \(\)$ | grep -v ^#'
alias functions="grep \(\) ~/.bash_functions | grep -E -v '\#|\*'"