added alias functions to list functions provided in the .bash_functions file

This commit is contained in:
Brendan McDevitt 2016-10-17 15:04:00 -05:00
parent c248930230
commit a8d765c69f

View file

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