From 8d89dca3cba0f77fe5ef825591835fff128993dd Mon Sep 17 00:00:00 2001 From: Armaan Bhojwani <3fb650a9-b47e-4604-a282-1dd91953b2ee@anonaddy.me> Date: Wed, 9 Dec 2020 08:56:41 -0500 Subject: [PATCH] remove references to Codeberg --- LICENSE | 1 - admone.zsh | 5 ----- 2 files changed, 6 deletions(-) diff --git a/LICENSE b/LICENSE index 511ed4e..de34f87 100644 --- a/LICENSE +++ b/LICENSE @@ -1,5 +1,4 @@ Admone - a tolerable Zsh prompt - Copyright © 2020 Armaan Bhojwani Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: diff --git a/admone.zsh b/admone.zsh index f631c88..89d1c52 100644 --- a/admone.zsh +++ b/admone.zsh @@ -1,7 +1,6 @@ # Admone Zsh prompt # Copyright Armaan Bhojwani 2020 # MIT licensed, see the LICENSE file for more information. -# Git repo at ####################################################################### # USER CONFIGURATIONS @@ -60,10 +59,6 @@ admone-12hr() { admone-24hr() { echo $(date +%T) } -# Intergration with https://codeberg.org/armaan/zsh-command-time -admone-time() { - echo "%F{cyan}$timer_show%f" -} ####################################################################### # BACKEND -- 2.39.2