| Expression | How to Read This |
|---|---|
| a plus b | |
| a minus b | |
| a times b | |
| a over b | |
| a is greater than b | |
| a is less than b |
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
| #!/bin/bash | |
| # Cleaned up version of ps1_notifications.sh made on 2018-08-05 | |
| # | |
| # See rybak/scriptps github repository for the full version | |
| # link: https://github.com/rybak/scripts/blob/master/config/ps1_notifications.sh | |
| # copy of lib/colors.sh instead of calling source "$HOME/scripts/lib/colors.sh" | |
| BLACK_FG="$(tput setaf 0)" |