Skip to content

Commit

Permalink
zsh: add .docker/bin to path
Browse files Browse the repository at this point in the history
  • Loading branch information
mjhoy committed Nov 24, 2024
1 parent 4e0ff31 commit 8271fcf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ typeset -U PATH path # path entries are unique
path=(
"$HOME/.nix-profile/bin"
"$HOME/.local/bin"
"$HOME/.docker/bin"
"$HOME/.cargo/bin"
"$HOME/.cabal/bin"
"$HOME/.ghcup/bin"
Expand Down

0 comments on commit 8271fcf

Please sign in to comment.