From 8ad292c5673142cd1ae583606adaf5c13b105983 Mon Sep 17 00:00:00 2001 From: inference Date: Tue, 24 Jan 2023 10:34:13 +0000 Subject: [PATCH] Add file purpose. Switch license from BSD-3-Clause-Clear to GPL-3.0-or-later. --- zsh/.zsh-alias-global | 5 +++-- zsh/.zshenv | 5 +++-- zsh/.zshrc | 7 +++---- 3 files changed, 9 insertions(+), 8 deletions(-) diff --git a/zsh/.zsh-alias-global b/zsh/.zsh-alias-global index ca2dd22..5200836 100644 --- a/zsh/.zsh-alias-global +++ b/zsh/.zsh-alias-global @@ -1,9 +1,10 @@ +# Inferencium # ZSH - Alias - Global # Copyright 2022-2023 Inference -# SPDX-License-Identifier: BSD-3-Clause-Clear +# SPDX-License-Identifier: GPL-3.0-or-later -# Version: 1.0.2.5 +# Version: 2.0.0.6 # Navigation. diff --git a/zsh/.zshenv b/zsh/.zshenv index 818d079..93fec17 100644 --- a/zsh/.zshenv +++ b/zsh/.zshenv @@ -1,9 +1,10 @@ +# Inferencium # ZSH - env # Copyright 2022-2023 Inference -# SPDX-License-Identifier: BSD-3-Clause-Clear +# SPDX-License-Identifier: GPL-3.0-or-later -# Version: 0.1.5.6 +# Version: 1.0.0.7 PATH="/bin/:/usr/bin/:/usr/local/bin/" diff --git a/zsh/.zshrc b/zsh/.zshrc index 65f5889..221f362 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -1,13 +1,12 @@ +# Inferencium # ZSH - rc # Copyright 2022-2023 Inference -# SPDX-License-Identifier: BSD-3-Clause-Clear +# SPDX-License-Identifier: GPL-3.0-or-later -# Version: 2.0.0.8 +# Version: 4.0.0.10 -export LD_PRELOAD="/lib/local/libhardened_malloc.so" - # Prompt. PROMPT=%n@%M:%#" "