zsh 编译源码
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了zsh 编译源码相关的知识,希望对你有一定的参考价值。
需要的操作是把/bin/zsh 复制到/usr/local/bin/zsh
chsh -s /bin/zsh
chsh -s /bin/bash
3) 替换zshrc
cp ~/.oh-my-zsh/templates/zshrc.zsh-template ~/.zshrc
repo: command not found。,可以用如下方法解决,在命令行中输入如下两行:
echo ‘export PATH=$PATH:$Home/bin‘ >>~/.bashrc
export PATH=$PATH:$HOME/bin
mkdir ~/bin PATH=~/bin:$PATH curl https://storage.googleapis.com/git-repo-downloads/repo > ~/bin/repo ## 如果上述 URL 不可访问,可以用下面的: ## curl https://storage-googleapis.lug.ustc.edu.cn/git-repo-downloads/repo > ~/bin/repo chmod a+x ~/bin/repo
以上是关于zsh 编译源码的主要内容,如果未能解决你的问题,请参考以下文章
Android 逆向类加载器 ClassLoader ( 类加载器源码简介 | BaseDexClassLoader | DexClassLoader | PathClassLoader )(代码片段