gun@lemmy.ml to Linux@lemmy.mlEnglish · 2 days agoTried to rm -r my .cache but accidentally did .config instead...message-squaremessage-square49fedilinkarrow-up168arrow-down12file-text
arrow-up166arrow-down1message-squareTried to rm -r my .cache but accidentally did .config instead...gun@lemmy.ml to Linux@lemmy.mlEnglish · 2 days agomessage-square49fedilinkfile-text
minus-squarePeerlinkfedilinkarrow-up1·7 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.