cara memperbarui alias di linux

vi ~/.bashrc
# add below lines in the file
alias l="ls -al"

#close the vim editor and run below command
source ~/.bashrc
MunnaBhaiyya