gun@lemmy.ml to Linux@lemmy.mlEnglish · 2 days agoTried to rm -r my .cache but accidentally did .config instead...message-squaremessage-square44fedilinkarrow-up165file-text
arrow-up165message-squareTried to rm -r my .cache but accidentally did .config instead...gun@lemmy.ml to Linux@lemmy.mlEnglish · 2 days agomessage-square44fedilinkfile-text
minus-squarePeer@discuss.tchncs.delinkfedilinkarrow-up1·10 hours agoSet the HISTCONTROLvariable. If it is set to ignorespace then commands entered with a leading-space will not be stored in the history.
Set the
HISTCONTROL
variable. If it is set toignorespace
then commands entered with a leading-space will not be stored in the history.