sabreW4K3@lemmy.tf to Programmer Humor@programming.devEnglish · 10 months agoWDYM your terminal isn't a test suite?lemmy.tfimagemessage-square29fedilinkarrow-up1146arrow-down19
arrow-up1137arrow-down1imageWDYM your terminal isn't a test suite?lemmy.tfsabreW4K3@lemmy.tf to Programmer Humor@programming.devEnglish · 10 months agomessage-square29fedilink
minus-squaremumblerfish@lemmy.worldlinkfedilinkarrow-up13·edit-210 months agoWas working on a server where I did not want to put some dumb command into the history, so I add a space like you do. Press up. The command is there. The fucking insult I felt.
minus-squarePoolloverNathan@programming.devlinkfedilinkarrow-up2·edit-210 months agoIt’s disabled by default, but you can enable it in .bashrc and then delete that edit session using a spaced command. Edit: brain fart
minus-squaresuperbirra@lemmy.worldlinkfedilinkarrow-up2arrow-down1·10 months agoit also depends on the shell, in zsh it persists on local history but does not get written to history file
Was working on a server where I did not want to put some dumb command into the history, so I add a space like you do. Press up. The command is there. The fucking insult I felt.
It’s disabled by default, but you can enable it in .bashrc and then delete that edit session using a spaced command.
Edit: brain fart
it also depends on the shell, in zsh it persists on local history but does not get written to history file