add zshenv file

This commit is contained in:
2025-04-27 23:15:52 +08:00
parent d264d3061c
commit bbced64364
2 changed files with 7 additions and 0 deletions

View File

@@ -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`

6
zsh/zshenv Normal file
View File

@@ -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