From 2787c1b68ce58693a2a9a8fbb6eeb5689d823a77 Mon Sep 17 00:00:00 2001 From: Dylan Date: Sun, 6 Mar 2016 10:00:05 +1100 Subject: [PATCH] Changelog --- 1.4.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/1.4.md b/1.4.md index ce2666ba..254278d7 100644 --- a/1.4.md +++ b/1.4.md @@ -15,6 +15,19 @@ **Song**
- [Linux] Added support for Spotify. +**Birthday**
+- Added `--birthday_format` and `$birthday_format` to change the date format of the
+birthday function. The flag uses the `date` cmd's format options so see `man date`
+for a list. + +Example: + +```sh +neofetch --birthday_format "%D" +neofetch --birthday_format "%a %d %b %Y %l:%M %p" +neofetch --birthday_format "%c" +``` + ### Ascii - Added small ascii logo variants for Arch, Crux and Gentoo.