Comment by pratyahava
1 day ago
zshrc for saving history:
mkdir -p $HOME/zsh
HISTFILE="$HOME/zsh/$(date '+%y:%m%d:%H%M')-$$"
echo "HISTFILE $HISTFILE"
for easily accessing the history without running grep... will figure it out later :)))
1 day ago
zshrc for saving history:
mkdir -p $HOME/zsh
HISTFILE="$HOME/zsh/$(date '+%y:%m%d:%H%M')-$$"
echo "HISTFILE $HISTFILE"
for easily accessing the history without running grep... will figure it out later :)))
No comments yet
Contribute on Hacker News ↗