程序猿进阶的博客问题 Mac上装好node后,使用npm install安装依赖时,终端却提示zsh: command not found 解决方案 【1】在~目录下创建.zshrc文件; 【2】编辑source ~/.bash_profile至.zshrc文件中; 【3】source ~/.zshrc; cd ~ ...
滕青山博客的博客创建或者打开.bash_profile文件: vim .bash_profile 添加以下命令 alias ll='ls -alF' alias la='ls -A' alias l='ls -CF' :wq退出并保存,使用以下命令使其立即生效: source .bash_profile