Skip to content

Commit

Permalink
misc(zsh): put whitespace in date()
Browse files Browse the repository at this point in the history
  • Loading branch information
himkt committed Jul 28, 2024
1 parent cbe5cab commit eb31cee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zsh/config.d/zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ function date () {
darwin*)
command gdate $@ ;;
linux*)
command date $@;;
command date $@ ;;
esac
}

Expand Down

0 comments on commit eb31cee

Please sign in to comment.