zsh: hste now edits the history file

This commit is contained in:
PowerUser64 2021-11-01 02:46:14 -07:00
parent 726e273245
commit 7180787e19

1
.zshrc
View file

@ -114,6 +114,7 @@
nvc='(cd ~/.config/nvim/lua/blake && nvim ../../init.lua)' \ nvc='(cd ~/.config/nvim/lua/blake && nvim ../../init.lua)' \
zshrc='$EDITOR ~/.zshrc' \ zshrc='$EDITOR ~/.zshrc' \
fstab='sudoedit /etc/fstab' \ fstab='sudoedit /etc/fstab' \
hste='$EDITOR $HISTFILE' \
# Git cLONE # Git cLONE
alias glone="git clone" alias glone="git clone"