diff options
| author | jason | 2021-12-07 12:43:27 -0700 |
|---|---|---|
| committer | jason | 2021-12-07 12:43:27 -0700 |
| commit | 34de5f5c55f3165bc5fb1526325b1a1c841010e6 (patch) | |
| tree | 2030c7ff657c2c3bf309d5ce4e19715aa767e7cc /bash | |
| parent | ea780c10ad8c724c8c79a62220e9b41a2505894c (diff) | |
| download | dotfiles-34de5f5c55f3165bc5fb1526325b1a1c841010e6.tar.gz dotfiles-34de5f5c55f3165bc5fb1526325b1a1c841010e6.zip | |
add homebrew
Diffstat (limited to 'bash')
| -rw-r--r-- | bash/.bashrc | 5 |
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 |
| 45 | fi | 45 | fi |
| 46 | 46 | ||
| 47 | # Enable Homebrew | ||
| 48 | if [ -x /opt/homebrew/bin/brew ]; then | ||
| 49 | eval "$(/opt/homebrew/bin/brew shellenv)" | ||
| 50 | fi | ||
| 51 | |||
| 47 | # Enable system bash completions | 52 | # Enable system bash completions |
| 48 | # Debian derivative | 53 | # Debian derivative |
| 49 | if [ -f /etc/bash_completion ]; then | 54 | if [ -f /etc/bash_completion ]; then |