diff --git a/README.md b/README.md index 7477e68..dbac3af 100644 --- a/README.md +++ b/README.md @@ -13,4 +13,5 @@ cd $HOME/.TerminalPolyjuice/zsh zsh polyjuice.sh install_ohmyzsh config_starship check ``` +`zsh/zshenv` contains some useful `$PATH` `zsh/p10k.zsh` includes the configuration for execution time when using `powerlevel10k` \ No newline at end of file diff --git a/zsh/zshenv b/zsh/zshenv new file mode 100644 index 0000000..f8e91d7 --- /dev/null +++ b/zsh/zshenv @@ -0,0 +1,6 @@ +# "[interop] appendWindowsPath=false" in /etc/wsl.conf is setted +# Append VSCode on Windows into PATH so that vscode can be used in WSL +export PATH=$PATH:'/mnt/c/Users/gwbei/AppData/Local/Programs/Microsoft VS Code/bin/' + +# Language and encoding related +export LC_ALL=C.UTF-8 \ No newline at end of file