From: Armaan Bhojwani <3fb650a9-b47e-4604-a282-1dd91953b2ee@anonaddy.me> Date: Thu, 29 Oct 2020 19:28:11 +0000 (-0400) Subject: added scrot X-Git-Url: https://git.armaanb.net/?p=admone.git;a=commitdiff_plain;h=cdb888acf7bb125d3d130446516d479d11b5c401 added scrot --- diff --git a/README.md b/README.md index ef9c66d..ff0561e 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # admone A tolerable ZSH prompt +![Screenshot](screenshot.png) + ## Installation Source this script somewhere in your ZSHRC. Theoretically works with plugin managers as well, although this is untested diff --git a/admone.zsh b/admone.zsh index 6569ffc..63aaeab 100644 --- a/admone.zsh +++ b/admone.zsh @@ -35,7 +35,7 @@ function admone-12hr { echo $(date +%r) } function admone-24hr { - echo $(date +%x) + echo $(date +%T) } function admone-time { # Intergration with https://codeberg.org/armaan/zsh-command-time diff --git a/screenshot.png b/screenshot.png new file mode 100644 index 0000000..85172b6 Binary files /dev/null and b/screenshot.png differ