edited .bash_aliases grep regex to include all of the function names in .bash_functions
This commit is contained in:
parent
04742e3035
commit
514d455082
1 changed files with 1 additions and 1 deletions
|
@ -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 '\#|\*'"
|
||||
|
|
Loading…
Add table
Reference in a new issue