We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f51486 commit c2d0a0cCopy full SHA for c2d0a0c
lib/utilities.bash
@@ -22,7 +22,7 @@ _bash-it-get-component-type-from-path() {
22
filename="${filename%.bash}"
23
# extension without priority or name
24
filename="${filename##*.}"
25
- echo "${filename}" #| cut -d '.' -f 2
+ echo "${filename}"
26
}
27
28
# This function searches an array for an exact match against the term passed
0 commit comments