前言
zsh特色
find {DIR} -type {d|f} -name {NAME} |
# shell sudo apt install autojump # ~/.zshrc 新增這行 plugins = (autojump) # shell . ~/.zshrc j {WHATEVER YOUR WANT TO SEARCH} |
安裝
sudo apt install -y curl zsh zsh-doc git sh -c "$(curl -fsSL |
find {DIR} -type {d|f} -name {NAME} |
# shell sudo apt install autojump # ~/.zshrc 新增這行 plugins = (autojump) # shell . ~/.zshrc j {WHATEVER YOUR WANT TO SEARCH} |
sudo apt install -y curl zsh zsh-doc git sh -c "$(curl -fsSL |