]> git.armaanb.net Git - admone.git/commitdiff
added scrot
authorArmaan Bhojwani <3fb650a9-b47e-4604-a282-1dd91953b2ee@anonaddy.me>
Thu, 29 Oct 2020 19:28:11 +0000 (15:28 -0400)
committerArmaan Bhojwani <3fb650a9-b47e-4604-a282-1dd91953b2ee@anonaddy.me>
Thu, 29 Oct 2020 19:28:11 +0000 (15:28 -0400)
README.md
admone.zsh
screenshot.png [new file with mode: 0644]

index ef9c66d61794999da4e1fb47535286c6e839758b..ff0561e86938c59d5605266702052e09864f120e 100644 (file)
--- 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
 
index 6569ffc8363a48638118397708bdfa7cf4c96114..63aaeab6f1de2cafc464ccfc4416082d15b44e54 100644 (file)
@@ -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 (file)
index 0000000..85172b6
Binary files /dev/null and b/screenshot.png differ