Compare commits
2
Commits
364df6ae81
...
cc1aab33a3
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
cc1aab33a3 | ||
|
|
a76bb93a49 |
@@ -1,5 +1,5 @@
|
||||
export def --env "pj brewthu" [] {
|
||||
let os_name = ($nu.os-info.name? | default "" | into string | str downcase)
|
||||
let os_name = ($nu.os-info.name? | default "" | into string | str lowercase)
|
||||
if not (($os_name | str contains "darwin") or ($os_name | str contains "macos")) {
|
||||
return
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user