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
| #!/usr/bin/env bash | |
| ######################################################## | |
| ## .bash_reuse | |
| ######################################################## | |
| ## This file contains aliases and functions that can be | |
| ## re-used across systems (Mac and Linux). These must be | |
| ## sourced from the .bashrc or .bash_profile but can also | |
| ## be used in a Keyboard Maestro macro (or similar) to | |
| ## "type" them into a terminal window | |
| ######################################################## |
OlderNewer