[shell-common] Cleanup comments

This commit is contained in:
2024-11-25 13:36:49 +00:00
parent 0c032ae33b
commit fda690cc2e
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
# OSX aliases
# macOS aliases
if [[ $(uname) == "Darwin" ]]; then
alias ls="ls -FG"
alias code="code-insiders"

View File

@@ -33,7 +33,7 @@ if [ -f $HOME/go/bin/tz ]; then
export TZ_LIST="America/New_York,America/Los_Angeles,Europe/Paris"
fi
# OSX Specific envs
# macOS Specific envs
if [[ $(uname) == "Darwin" ]]; then
# M1 specific hacks
if [[ $(uname -p) == "arm" ]]; then