Mac 下使用ll命令
linux-dash
A beautiful web dashboard for Linux
项目地址:https://gitcode.com/gh_mirrors/li/linux-dash
免费下载资源
·
默认情况下,mac是没有ll命令的,但是习惯使用linux的人会经常习惯使用ll命令,并且ll命令也是一个很好用的命令,所以在这里我们自己设置下该命令
vim ~/.bash_profile
当然在mac下也可以执行
open ~/.bash_profile
直接打开profile文件
输入一下内容
alias ll='ls -alF'
alias la='ls -A'
alias l='ls -CF'
保存完成之后
退出时使用命令: :wq
source ~/.bash_profile
可以使用ll等命令了
GitHub 加速计划 / li / linux-dash
10.39 K
1.2 K
下载
A beautiful web dashboard for Linux
最近提交(Master分支:2 个月前 )
186a802e
added ecosystem file for PM2 4 年前
5def40a3
Add host customization support for the NodeJS version 4 年前
更多推荐
已为社区贡献4条内容
所有评论(0)