zsh_on_win
# If you come from bash you might have to change your $PATH. # export PATH=$HOME/bin:/usr/local/bin:$PATH export TERM="xterm-256color" #防止中文乱码 export LC_ALL=en_US.UTF-8 export LANG=en_US.UTF-8 # Path to your oh-my-zsh installation. # !!! IMPORTANT to use $HOME instead of normal absolute path in windows !!! ZSH="$HOME/.oh-my-zsh" ZSH_CUSTOM=$HOME/.oh-my-zsh/custom # Set name of the theme to load --- if set to "random", it will # load a random theme each time oh-my-zsh is loaded, in which case, # to know which specific one was loaded, run: echo $RANDOM_THEME # See https://github....