## Nano tip! Tired of getting `Error writing` ... `Permission denied` when you forget to type `sudo` using `nano`? Don't want to waste time retyping changes or moving it to and from temporary file? Copy [this handy function](https://github.com/dmi3/bin/blob/master/aliases.bash#L57-L65) to your `.bashrc` to automatically use `sudo` if file requires higher permissions. Same for [Fish shell](https://github.com/dmi3/bin/blob/30085da86e9f675ec03a2ee56cb0c40519d11bcc/config.fish#L112-L126) More handy bash stuff [here](https://github.com/dmi3/bin/). 🏷️Linux 🏷️Tip