Skip to content

Commit

Permalink
Apply workaround for tmuxinator GEM_HOME issue
Browse files Browse the repository at this point in the history
  • Loading branch information
nonrational committed Dec 24, 2024
1 parent efa621a commit 2877d26
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .bashrc.Darwin
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ export TERM=xterm-color
alias ls="/bin/ls -F"
alias git='hub'

# Workaround for Homebrew tmuxinator issue
# https://github.com/Homebrew/homebrew-core/issues/59484
# https://discourse.brew.sh/t/why-does-tmuxinator-sets-gem-home/7296
unset -v GEM_HOME

parse_git_branch() {
git branch --no-color 2> /dev/null | sed -e '/^[^*]/d' -e 's/* \(.*\)/(\1)/'
}
Expand Down

0 comments on commit 2877d26

Please sign in to comment.