Skip to content

Commit

Permalink
braze PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
bergey committed Jan 24, 2025
1 parent 2d800ba commit e5bf4b7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
1 change: 0 additions & 1 deletion nix/global.nix
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,6 @@ let

braze = with pkgs; [
awscli2
postgresql_14
imagemagick
snappy
kops
Expand Down
8 changes: 6 additions & 2 deletions stow/bash/.bash_env
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,14 @@ if [ $(uname -s) == Darwin ]; then
/usr/local/go/bin
/opt/local/bin
/opt/local/sbin
/opt/homebrew/bin
$HOME/.docker/bin
$HOME/.rbenv/shims
$HOME/.asdf/shims
/opt/homebrew/bin
/opt/homebrew/sbin
/opt/homebrew/opt/asdf/libexec/bin
/opt/homebrew/Cellar/rbenv/1.3.2/libexec/
/opt/homebrew/opt/libpq/bin
$HOME/.docker/bin
EOF`
fi
Expand Down
1 change: 0 additions & 1 deletion stow/bash/.bashrc
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ fi
# ensure PATH is set for non-interactive shells, including emacs
export BASH_ENV="$HOME/.bash_env"

export ASDF_DIR=$(brew --prefix asdf)/libexec
# does not work with spaces in filenames
include_if_present="
/nix/var/nix/profiles/default/etc/profile.d/nix-daemon.sh
Expand Down

0 comments on commit e5bf4b7

Please sign in to comment.