From 6a8db9df8d86c70b476da9f7256bad06c32426b4 Mon Sep 17 00:00:00 2001 From: Jonathan Schleifer Date: Sat, 12 Apr 2025 14:11:17 +0000 Subject: [PATCH] zshrc: Make sure to end with a 0 return --- zshrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/zshrc b/zshrc index 93552ce..b561edf 100644 --- a/zshrc +++ b/zshrc @@ -4,6 +4,7 @@ export XDG_DATA_HOME="$HOME/.local/share" export EDITOR="vim" export VIMINIT="source $XDG_CONFIG_HOME/vim/vimrc" export PAGER="less" +unset HISTFILE export LS_COLORS='di=34:ow=44;37:tw=44;37:st=44;37:ex=31:su=7;31:sg=7;31:ln=33:or=7;33:pi=32:do=32:bd=35:cd=35:so=32:*.bz2=36:*.dmg=36:*.gz=36:*.gpg=36:*.rar=36:*.tar=36:*.tbz2=36:*.tgz=36:*.xz=36:*.zip=36:*.orig=90:*~=90' export SUDO_PROMPT="$(printf "\033[0;31m[\033[1;31msudo → %%U\033[0;31m]\033[0m Password for \033[1m%%p@%%H\033[0m: ")" export GNUPGHOME="$XDG_DATA_HOME/gnupg" @@ -665,4 +666,4 @@ __EOF__ fi unset fgrep grep grep_color ls ls_color ls_on_cd ls_on_init -unset HISTFILE +: