mirror of
https://github.com/nikdoof/dotfiles.git
synced 2025-12-14 02:02:29 +00:00
[shell-common] Cleanup comments
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
# OSX aliases
|
# macOS aliases
|
||||||
if [[ $(uname) == "Darwin" ]]; then
|
if [[ $(uname) == "Darwin" ]]; then
|
||||||
alias ls="ls -FG"
|
alias ls="ls -FG"
|
||||||
alias code="code-insiders"
|
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"
|
export TZ_LIST="America/New_York,America/Los_Angeles,Europe/Paris"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# OSX Specific envs
|
# macOS Specific envs
|
||||||
if [[ $(uname) == "Darwin" ]]; then
|
if [[ $(uname) == "Darwin" ]]; then
|
||||||
# M1 specific hacks
|
# M1 specific hacks
|
||||||
if [[ $(uname -p) == "arm" ]]; then
|
if [[ $(uname -p) == "arm" ]]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user