Skip to content

Commit

Permalink
🐛 fix if condition
Browse files Browse the repository at this point in the history
  • Loading branch information
ianhomer committed Nov 18, 2023
1 parent 8a1f11f commit 754c606
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dotfiles/bash/.bashrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ echo "... running ~/.bashrc from dotfiles"

if command -v dotme &> /dev/null ; then
PATH=$PATH:$HOME/.dotfiles/bin
exit
fi

if command -v fasd &> /dev/null ; then
# Initialise fasd https://github.com/clvv/fasd
Expand Down

0 comments on commit 754c606

Please sign in to comment.