mirror of
https://github.com/nikdoof/dotfiles.git
synced 2025-12-13 01:32:30 +00:00
[shell-common] Cleanup comments
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# OSX aliases
|
||||
# macOS aliases
|
||||
if [[ $(uname) == "Darwin" ]]; then
|
||||
alias ls="ls -FG"
|
||||
alias code="code-insiders"
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user