From 0cc9d1c9446f4aca6940107d69dae033848f494f Mon Sep 17 00:00:00 2001 From: inference Date: Sun, 16 Oct 2022 10:41:25 +0100 Subject: [PATCH] Add versions. --- zsh/.zsh-aliases | 2 ++ zsh/.zshrc | 2 ++ 2 files changed, 4 insertions(+) diff --git a/zsh/.zsh-aliases b/zsh/.zsh-aliases index 920b29e..d59c1f4 100644 --- a/zsh/.zsh-aliases +++ b/zsh/.zsh-aliases @@ -3,6 +3,8 @@ # Copyright 2022 Inference # License: BSD 3-Clause Clear +# 0.0.0.1 + # Navigation. alias ..='cd ..' diff --git a/zsh/.zshrc b/zsh/.zshrc index b26596e..c3d1c85 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -3,6 +3,8 @@ # Copyright 2022 Inference # License: BSD 3-Clause Clear +# 0.0.0.1 + # Prompt. PROMPT=%n@%M:%#" "