Skip to content

Commit 6942230

Browse files
fix starship
Signed-off-by: ivan katliarchuk <[email protected]>
1 parent 3030aa1 commit 6942230

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

brew/Brewfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ if OS.mac?
5151
# --- Casks
5252
# https://www.mozilla.org/en-GB/firefox/
5353
cask "firefox"
54+
# https://brave.com/
55+
cask "brave-brovser"
5456
# https://addons.mozilla.org/en-GB/firefox/addon/profile-switcher/
5557
brew "firefox-profile-switcher-connector"
5658
# https://www.opera.com/

zsh/zshrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ else
5757
fi
5858

5959
if command -v starship >/dev/null 2>&1; then
60-
eval "$(direnv init zsh)"
60+
eval "$(starship init zsh)"
6161
else
6262
echo "!!! STARSHIP not installed"
6363
fi

0 commit comments

Comments
 (0)