Skip to main content
deleted 471 characters in body
Source Link
mialkin
  • 169
  • 1
  • 3

On macOS VenturaRun:

echo "alias ll='ls -la'" >> ~/.zshrc 
echo "alias ll='ls -la'" >> ~/.zshrc 

Don't forget to close and reopen Terminal after that.

As it's explained in the article:

Apple has changed the default shell to zsh. Therefore you have to rename your configuration files. .bashrc is now .zshrc and .bash_profile is now .zprofile.

The difference between .bash_profile and .bashrc files explained in this article.

On macOS Ventura:

echo "alias ll='ls -la'" >> ~/.zshrc 

Don't forget to close and reopen Terminal after that.

As it's explained in the article:

Apple has changed the default shell to zsh. Therefore you have to rename your configuration files. .bashrc is now .zshrc and .bash_profile is now .zprofile.

The difference between .bash_profile and .bashrc files explained in this article.

Run:

echo "alias ll='ls -la'" >> ~/.zshrc 

Don't forget to close and reopen Terminal after that.

edited body
Source Link
mialkin
  • 169
  • 1
  • 3

On macOS Big SurVentura:

echo "alias ll='ls -la'" >> ~/.zshrc 

Don't forget to close and reopen Terminal after that.

As it's explained in the article:

Apple has changed the default shell to zsh. Therefore you have to rename your configuration files. .bashrc is now .zshrc and .bash_profile is now .zprofile.

The difference between .bash_profile and .bashrc files explained in this article.

On macOS Big Sur:

echo "alias ll='ls -la'" >> ~/.zshrc 

Don't forget to close and reopen Terminal after that.

As it's explained in the article:

Apple has changed the default shell to zsh. Therefore you have to rename your configuration files. .bashrc is now .zshrc and .bash_profile is now .zprofile.

The difference between .bash_profile and .bashrc files explained in this article.

On macOS Ventura:

echo "alias ll='ls -la'" >> ~/.zshrc 

Don't forget to close and reopen Terminal after that.

As it's explained in the article:

Apple has changed the default shell to zsh. Therefore you have to rename your configuration files. .bashrc is now .zshrc and .bash_profile is now .zprofile.

The difference between .bash_profile and .bashrc files explained in this article.

added 9 characters in body
Source Link
mialkin
  • 169
  • 1
  • 3

On macOS CatalinaBig Sur:

echo "alias ll='ls -la'" >> ~/.zshrc 

Don't forget to close and reopen Terminal after that.

As it's explained in the article:

Apple has changed the default shell to zsh. Therefore you have to rename your configuration files. .bashrc is now .zshrc and .bash_profile is now .zprofile.

The difference between .bash_profile.bash_profile and .bashrc.bashrc files explained in this article.

On macOS Catalina:

echo "alias ll='ls -la'" >> ~/.zshrc 

Don't forget to close and reopen Terminal after that.

As it's explained in article:

Apple has changed the default shell to zsh. Therefore you have to rename your configuration files. .bashrc is now .zshrc and .bash_profile is now .zprofile.

The difference between .bash_profile and .bashrc explained in article.

On macOS Big Sur:

echo "alias ll='ls -la'" >> ~/.zshrc 

Don't forget to close and reopen Terminal after that.

As it's explained in the article:

Apple has changed the default shell to zsh. Therefore you have to rename your configuration files. .bashrc is now .zshrc and .bash_profile is now .zprofile.

The difference between .bash_profile and .bashrc files explained in this article.

deleted 4 characters in body
Source Link
mialkin
  • 169
  • 1
  • 3
Loading
Source Link
mialkin
  • 169
  • 1
  • 3
Loading