Solved How to tell FreeBSD to stop producing pkgsave files.

that a really bad solution

the code will be every time you open a new terminal

edit your ~/.zshrc

Code:
vi ~/.zshrc

add the following code

Code:
echo rtfm

20241219_00h20m14s_grim.png


then open a couple of terminals

20241219_00h20m30s_grim.png
 
The code will be run if it does not run already :D. That's a wanted approach. That's because I don't know in which circumstances the pkgfiles are created. So I've opted for a radical solution : a script that tries to remove them in every useful moment :D
 
Back
Top