@[email protected] to Programmer [email protected]English • 10 months agoWDYM your terminal isn't a test suite?lemmy.tfimagemessage-square23fedilinkarrow-up1137arrow-down19
arrow-up1128arrow-down1imageWDYM your terminal isn't a test suite?lemmy.tf@[email protected] to Programmer [email protected]English • 10 months agomessage-square23fedilink
minus-square@[email protected]linkfedilink14•10 months agoI just start every command with a space, don’t see the issue.
minus-square@mumblerfishlink14•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-square@[email protected]linkfedilink2•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-square@superbirralink1•10 months agoit also depends on the shell, in zsh it persists on local history but does not get written to history file
I just start every command with a space, don’t see the issue.
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