Loading...
tmux(终端分屏工具) 安装及配置前言命令行的典型使用方式是,打开一个终端窗口(terminal window,以下简称"窗口"),在里面输入命令。用户...
unix终端安装pure项目地址https://github.com/sindresorhus/puremkdir -p "$HOME/.zsh...
解决 iTerm [oh-my-zsh] plugin 'zsh-autosuggestions' not found 错误执行git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions添加.zshrcplugins=(zsh-autosuggestions)最后执行source .zshrc