diff options
Diffstat (limited to 'content/blog/2021-02-19-macos.md')
-rw-r--r-- | content/blog/2021-02-19-macos.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/content/blog/2021-02-19-macos.md b/content/blog/2021-02-19-macos.md index bcdf698..c13df87 100644 --- a/content/blog/2021-02-19-macos.md +++ b/content/blog/2021-02-19-macos.md @@ -29,7 +29,7 @@ The desktop itself reminds me of GNOME more than anything else I've seen: even Pantheon from [ElementaryOS](https://elementary.io/), which people commonly refer to as the closest Linux distro to macOS. The desktop toolbar is great and far surpasses the utility of the GNOME toolbar due to the fact that the -extensions and icons *actually work*. I launch macOS and immediately see my +extensions and icons _actually work_. I launch macOS and immediately see my shortcuts for Tresorit, Bitwarden, and Mullvad pop up as the computer loads. Even further, the app dock is very useful and will be yet another familiarity @@ -171,9 +171,9 @@ want](https://github.com/ohmyzsh/ohmyzsh/wiki/Themes), save the file, and exit. ZSH_THEME="af-magic" ``` -After changing the `.zshrc` file, you'll need to close your terminal and -re-open it to see the changes. Optionally, just open a new tab if you're using -iTerm2, and you'll see the new shell config. +After changing the `.zshrc` file, you'll need to close your terminal and re-open +it to see the changes. Optionally, just open a new tab if you're using iTerm2, +and you'll see the new shell config. # Oh-My-Zsh Plugins |