Tag Archives: linux

How to persist alias on Debian ?

That’s the kind of thing I do once every 6 months, and I always forget what’s the damn file to modify to persist alias on Debian.

Modify ~/.bashrc, and add your alias, for example :

alias ll='ls -l'