Image transcription: screenshot of neovim adding alias ls='sudo rm -rf / --no-preserve-root' to the end of ~/.zshrc
You must log in or register to comment.
Joke’s on you, I have transcended using
lsbecause I have my entire folder structure memorized.Why not make it more mischievous?
alias ls="find $HOME -type f | shuf -n 1 | rm -f; ls"This line erases one random file from your home directory and then uses ls as normal. You won’t know what vanished until you need it or it removes a needed library or binary.
Or to be REALLY mischievous in the long tun, randomize it with 0.1% probability of erasing the file.
Russian Roulette Linux, the new distro using a coreutils implementation with a little trick




