From 7180787e1904cc4e7da9b46919e7af8c4de1d0f8 Mon Sep 17 00:00:00 2001 From: PowerUser64 Date: Mon, 1 Nov 2021 02:46:14 -0700 Subject: [PATCH] zsh: hste now edits the history file --- .zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.zshrc b/.zshrc index c9bed65..a48648e 100644 --- a/.zshrc +++ b/.zshrc @@ -114,6 +114,7 @@ nvc='(cd ~/.config/nvim/lua/blake && nvim ../../init.lua)' \ zshrc='$EDITOR ~/.zshrc' \ fstab='sudoedit /etc/fstab' \ + hste='$EDITOR $HISTFILE' \ # Git cLONE alias glone="git clone"