自学内容网 自学内容网

Mac解决 zsh: command not found: ll

Mac解决 zsh: command not found: ll

解决方法

1.打开bash_profile 配置文件

vim ~/.bash_profile

2.在文件中添加配置:alias ll='ls -alF'

键盘按下 I 键进入编辑模式

3. alias ll='ls -alF'

添加完配置后,按ESC键退出编辑模式

输入 :wq 保存并退出

4.刷新配置文件: source ~/.bash_profile

5.vim ~/.zshrc

6.加入:source ~/.bash_profile

7.wq保存后:source  ~/.zshrc

image-20241107155131650


原文地址:https://blog.csdn.net/weixin_45285213/article/details/143597336

免责声明:本站文章内容转载自网络资源,如本站内容侵犯了原著者的合法权益,可联系本站删除。更多内容请关注自学内容网(zxcms.com)!