aboutsummaryrefslogtreecommitdiffstats
path: root/bash
diff options
context:
space:
mode:
authorjason2021-12-07 12:43:27 -0700
committerjason2021-12-07 12:43:27 -0700
commit34de5f5c55f3165bc5fb1526325b1a1c841010e6 (patch)
tree2030c7ff657c2c3bf309d5ce4e19715aa767e7cc /bash
parentea780c10ad8c724c8c79a62220e9b41a2505894c (diff)
downloaddotfiles-34de5f5c55f3165bc5fb1526325b1a1c841010e6.tar.gz
dotfiles-34de5f5c55f3165bc5fb1526325b1a1c841010e6.zip
add homebrew
Diffstat (limited to 'bash')
-rw-r--r--bash/.bashrc5
1 files changed, 5 insertions, 0 deletions
diff --git a/bash/.bashrc b/bash/.bashrc
index c315434..c247e1b 100644
--- a/bash/.bashrc
+++ b/bash/.bashrc
@@ -44,6 +44,11 @@ if [ -f $HOME/.nix-profile/etc/profile.d/nix.sh ]; then
44 source $HOME/.nix-profile/etc/profile.d/nix.sh 44 source $HOME/.nix-profile/etc/profile.d/nix.sh
45fi 45fi
46 46
47# Enable Homebrew
48if [ -x /opt/homebrew/bin/brew ]; then
49 eval "$(/opt/homebrew/bin/brew shellenv)"
50fi
51
47# Enable system bash completions 52# Enable system bash completions
48# Debian derivative 53# Debian derivative
49if [ -f /etc/bash_completion ]; then 54if [ -f /etc/bash_completion ]; then