I just start every command with a space, don’t see the issue.
Can somebody please tell me what
history -c
is?history displays a list of all commands you have run on the terminal since the history list was last cleared. It is invaluable for referring back to a big complex command or set of commands you ran at some point in the past. The -c flag clears that history.
What does it do again?
🤣
Fuck, I just cleared my history.
dont you also need history -w to save it?
on ubuntu -c doesnt actually clear it unless you also use -w
I legitimately back up my history file. Mostly because it likes to truncate itself randomly (though this may have been fixed in zsh, or my config, because it’s been a while). Just a systemd timer that triggers a shell script to copy it by date and rotate anything older than 100 copies.
I’m annoyed when my thirteen bash instances don’t share history, but I’d probably be a lot more annoyed if they did.
That’s one thing I like about zsh, or my config at least, because I use i3 and therefore tend to open lots of shells. History is mostly local until I hit return twice (two empty prompts) at which point I can get history from other sessions. It’s stuck more global at that point though aside from future history.
Haha, my bad!
Fortunately I have my hourly backups! 😅
Don’t fucking do this in zsh, it does NOT do the same thing that it does in bash.
What does it do? 😳
Can someone explain, I don’t get it.