一、打开终端
cd ~
vim .bash_profile
二、填写如下内容
alias ll='ls -alF'
alias la='ls -A'
alias l='ls -CF'
三、终端运行如下命令
source .bash_profile
cd ~
vim .bash_profile
alias ll='ls -alF'
alias la='ls -A'
alias l='ls -CF'
source .bash_profile
本文标题:Mac下终端运行指令ll:command not found
本文链接:https://www.haomeiwen.com/subject/dpppcctx.html
网友评论