This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# tab function has been modified to integrate into basherk / bashrc file. | |
# dependant function/export taken from basherk https://github.com/traveaston/basherk | |
# assumes cd lists directory or has some other noisy output which we'd like to avoid here | |
# ignore commands with leading space | |
export HISTIGNORE=" *:$HISTIGNORE" | |
# credit: https://stackoverflow.com/a/17841619 | |
# this solution avoids appending/prepending delimiter to final string | |
function array_join() { |