Skip to content

Commit

Permalink
bash: Add sentry-devenv to path
Browse files Browse the repository at this point in the history
  • Loading branch information
evanpurkhiser committed Jan 31, 2024
1 parent ca5c435 commit 7e0d38c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions machines/work/bash/environment
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/usr/bin/env bash

export PATH="$PATH:$XDG_DATA_HOME/sentry-devenv/bin"

export SENTRY_CONF="$XDG_CONFIG_HOME/sentry"
export SENTRY_SKIP_FORCE_PATCH=1

Expand Down

0 comments on commit 7e0d38c

Please sign in to comment.