mirror of
https://github.com/nikdoof/dotfiles.git
synced 2025-12-13 09:42:27 +00:00
Switch to using triggers in iTerm
This commit is contained in:
@@ -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)
|
||||
Reference in New Issue
Block a user