From 324118eef812c28632373a6ea70805a5f0c6d1a0 Mon Sep 17 00:00:00 2001 From: inference Date: Thu, 6 Apr 2023 16:11:37 +0100 Subject: [PATCH] Update .zshrc to version 7.1.2.17. --- desktop/zsh/.zshrc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/desktop/zsh/.zshrc b/desktop/zsh/.zshrc index 0806583..9765b9c 100644 --- a/desktop/zsh/.zshrc +++ b/desktop/zsh/.zshrc @@ -4,14 +4,14 @@ # Copyright 2022-2023 Jake Winters # SPDX-License-Identifier: BSD-3-Clause-Clear -# Version: 7.0.0.14 +# Version: 7.1.2.17 -# Temporary export variables until permanent solution is found +# Temporarily export variables until permanent solution is found export LD_PRELOAD="/usr/local/lib/libhardened_malloc.so" # Prompt -PROMPT=%n@%M:%#" " +PROMPT="%n@%M - %~/ : %# " # Options setopt extendedglob KSH_ARRAYS nomatch