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
# rule and rulem bash functions in fish script | |
# Jay Berringer did this conversion and then Aaron Gyes fixed it up. | |
# a way to pad with something other than spaces... by replacing all spaces | |
# with another character | |
# based on this bash/printf technique: http://brettterpstra.com/2015/02/20/shell-trick-printf-rules/ | |
# rule: Print a ruler in terminal window | |
# |