diff options
| author | Christian Cleberg <[email protected]> | 2026-05-10 12:45:59 -0500 |
|---|---|---|
| committer | Christian Cleberg <[email protected]> | 2026-05-10 12:45:59 -0500 |
| commit | 3adc92a64add53e36b769b8060531cbb7213bd7b (patch) | |
| tree | 516f6c568ea80fffb7feae5873c9573ec26854ff | |
| parent | 4b40ad3ecaaa59a29c965dc46a242f01bbbe9e3a (diff) | |
| download | dotfiles-3adc92a64add53e36b769b8060531cbb7213bd7b.tar.gz dotfiles-3adc92a64add53e36b769b8060531cbb7213bd7b.tar.bz2 dotfiles-3adc92a64add53e36b769b8060531cbb7213bd7b.zip | |
add macos motd script
| -rw-r--r-- | common/ispell/.ispell_english | 7 | ||||
| -rwxr-xr-x | macos/motd/motd.sh | 1 |
2 files changed, 7 insertions, 1 deletions
diff --git a/common/ispell/.ispell_english b/common/ispell/.ispell_english index b2c85b0..3ffd643 100644 --- a/common/ispell/.ispell_english +++ b/common/ispell/.ispell_english @@ -8235,6 +8235,7 @@ cloture/MS cloud/DGMS cloudburst/MS clouded/U +Cloudflare cloudiness/M cloudless cloudy/PRT @@ -29154,6 +29155,7 @@ NF NFC NFL/M Ngaliema/M +Nginx Nguyen/M NH NHL/M @@ -40400,7 +40402,7 @@ soupy/RT sour/DGMPRSTY source/ADGMS Sourceforge/M -Sourcehut +sourcehut Sourcehut's sourdough/M sourdoughs @@ -40965,6 +40967,7 @@ SS SSA SSE/M ssh +SSL SSS SST SSW/M @@ -43963,6 +43966,7 @@ Tl/M Tlaloc/M TLC/M Tlingit/M +TLS Tm/M tn tnpk @@ -48468,6 +48472,7 @@ Zephyrhills/M Zephyrus/M zeppelin/MS zero/DGHMS +Zerobyte zeroes zest/MS zestful/PY diff --git a/macos/motd/motd.sh b/macos/motd/motd.sh new file mode 100755 index 0000000..1d1ea0c --- /dev/null +++ b/macos/motd/motd.sh @@ -0,0 +1 @@ +echo "Welcome back, $USER." |
