Skip to content

Commit

Permalink
Update .bashrc
Browse files Browse the repository at this point in the history
  • Loading branch information
conor-naranjo authored Jul 27, 2022
1 parent e190ff9 commit c582b7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bash/.bashrc
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export PATH=$PATH:$GOROOT/bin:$GOPATH/bin:$NPM_GLOBAL:$GEM_HOME/bin:$HOME/bin

shopt -s extglob

if [ -x /usr/games/cowsay -a -x /usr/games/fortune ]; then
if [ -x $(command -v cowsay) -a -x command $(command -v fortune) ]; then
fortune | cowsay
fi

Expand Down

0 comments on commit c582b7f

Please sign in to comment.