Switch to using triggers in iTerm

This commit is contained in:
2021-03-24 16:29:34 +00:00
parent 596623a7d1
commit 99fa73a4e3
2 changed files with 1 additions and 641 deletions

View File

@@ -21,12 +21,9 @@ if [ -f $HOME/.bash/aliases.bash ]; then
fi
# Source completions, if it exists
if [ -f $HOME/.bash/exports.bash ]; then
if [ -f $HOME/.bash/completions.bash ]; then
source $HOME/.bash/completions.bash
fi
# Load iTerm2 integration, for all hosts
source ~/.bash/iterm2_integration.bash
# Homebrew
[ -d /opt/homebrew ] && eval $(/opt/homebrew/bin/brew shellenv)