mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-06-04 00:45:39 +02:00
Aliasing rm to "rm -i" and mkdir to "mkdir -p" is dangerous because these same safeguards may not be present on the other machines you ssh into. Using pwd instead of simply p (and showing the $HOME directory as ~) is a way to reinforce the idea that the current directory is just one part of a complete system, even if that directory so happens to be in $HOME.