mirror of
https://github.com/JanJastrow/.dotfiles.git
synced 2024-11-22 18:49:55 +01:00
Added comment
This commit is contained in:
parent
73c570d598
commit
6505fc5a75
2
zshrc
2
zshrc
@ -19,6 +19,8 @@ if [[ $(uname) == 'Linux' ]]; then
|
|||||||
elif [[ $(uname) == 'Darwin' ]]; then
|
elif [[ $(uname) == 'Darwin' ]]; then
|
||||||
platform='macOS'
|
platform='macOS'
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# Define CPU architecture
|
||||||
arch='Unknown'
|
arch='Unknown'
|
||||||
if [[ $(uname -p) == 'arm' ]]; then
|
if [[ $(uname -p) == 'arm' ]]; then
|
||||||
arch="arm"
|
arch="arm"
|
||||||
|
Loading…
Reference in New Issue
Block a user