Bashrc Location [RECOMMENDED]
For 99% of users, the .bashrc file is located in your user’s home directory.
On almost every Linux distribution (Ubuntu, Debian, CentOS, Fedora) and macOS, the primary .bashrc file is located in your . Absolute Path: /home/username/.bashrc Shortcut Path: ~/.bashrc bashrc location
file ~/.bashrc
echo 'alias ll="ls -la"' >> ~/.bashrc
It is executed for .




