From a6cadc4508507df73bde0b4148cfb61a59c6b381 Mon Sep 17 00:00:00 2001 From: Silas Schöffel Date: Sun, 21 Apr 2024 16:28:18 +0200 Subject: zsh: add addapache alias --- hm/zsh/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hm/zsh/default.nix b/hm/zsh/default.nix index ed284b3..a8e5571 100644 --- a/hm/zsh/default.nix +++ b/hm/zsh/default.nix @@ -58,6 +58,7 @@ wget = "wget --hsts-file=${config.xdg.dataHome}/wget-hsts"; addagpl = "curl https://www.gnu.org/licenses/agpl-3.0.txt > COPYING"; addgpl = "curl https://www.gnu.org/licenses/gpl-3.0.txt > COPYING"; + addapache = "curl https://www.apache.org/licenses/LICENSE-2.0.txt > LICENSE"; }; initExtraFirst = -- cgit 1.4.1