1. 首页
  2. 数据库
  3. 其它
  4. dotfiles:我的unix shell启动脚本 源码

dotfiles:我的unix shell启动脚本 源码

上传者: 2021-03-16 15:37:20上传 ZIP文件 73.37KB 热度 21次
将以下内容添加到您的~/.bashrc for x in $HOME/.bashrc.d/* ; do test -f "$x" || continue test -x "$x" || continue source "$x" done 或者到你的~/.config/fish/config.fish for x in $HOME/.fish.d/*.fish source "$x" end
下载地址
用户评论