mac changes
This commit is contained in:
@@ -1 +1,2 @@
|
||||
#!/bin/bash
|
||||
export DOTNET_CLI_TELEMETRY_OPTOUT=1
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
if test -x starship; then
|
||||
if command -v starship > /dev/null; then
|
||||
eval "$(starship init bash)"
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user