Skip to content

Commit 651dcca

Browse files
committed
zsh: add podman to PATH on macos
1 parent 186f651 commit 651dcca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

zshenv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ if [ "${OSTYPE:0:6}" = darwin ]; then
7777
export GREP_COLOR='1;35'
7878

7979
# Final macOS paths
80-
export PATH="$HOME/.dotfiles/opt/macos-scripts/bin:$PATH"
80+
export PATH="$HOME/.dotfiles/opt/macos-scripts/bin:/opt/podman/bin:$PATH"
8181
elif [ "${OSTYPE:0:5}" = linux ]; then
8282
# Disable weird keyboard bindkey behavior on Ubuntu/Debian
8383
if [ -f /etc/debian_version ]; then

0 commit comments

Comments
 (0)