i am trying to create permanent alias on my mac terminal. The file .zshrc is not present so i need to create it myself.
I have create the file and added the following alias as test
alias ll='ls -la'
But when i run the command ll it is recognized. anyone could help what i am doing wrong ? when i create the alias directly from the command line it worked and the terminal restart the alias is lost. so i am looking for a permanent solution
thanks for helping how to add properly the alias in zshrc file
Hey guys,
i am trying to create permanent alias on my mac terminal. The file .zshrc is not present so i need to create it myself.
I have create the file and added the following alias as test
alias ll='ls -la'
But when i run the command ll it is recognized. anyone could help what i am doing wrong ? when i create the alias directly from the command line it worked and the terminal restart the alias is lost. so i am looking for a permanent solution
thanks for helping how to add properly the alias in zshrc file