Skip to content

Commit

Permalink
Guard against antidot exe missing
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonmorganson committed Mar 28, 2024
1 parent f7f5628 commit a6ef95f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dot_profile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export PATH="$HOME/.local/bin:$HOME/.orbstack/bin:/opt/homebrew/bin:/usr/local/b
# XDG
export XDG_CONFIG_HOME="$HOME/.config"
export XDG_DATA_HOME="$HOME/.local/share"
eval "$(antidot init)"
command -v "antidot" >/dev/null 2>&1 && eval "$(antidot init)"

# LS_COLORS
export LS_COLORS="$(vivid --color-mode 8-bit generate one-dark)"
Expand Down

0 comments on commit a6ef95f

Please sign in to comment.