fix(zsh): Some WSL glitches and migration

This commit is contained in:
js0ny 2024-12-01 05:44:40 +00:00
parent 567c8d1b3b
commit 1416ae4f05
3 changed files with 15 additions and 9 deletions

View file

@ -1,12 +1,13 @@
# $DOTFILES/platforms//zshrc
# $DOTFILES/platforms/wsl/zshrc
# Date: 2024-12-01
# Author: contact@js0ny.net
# Sourced by user's zshrc if is WSL 在用户的 zshrc 中被引用WSL 特定配置
# Entry point in $DOTFILES/tools/zsh/common.zshrc (入口点)
# TODO: Test on WSL
### Variables ###
export IS_WSL=true
export ARCHFLAGS="-arch x86_64"
source $DOTFILES/wsl/winterop.zsh
source $DOTFILES/platforms/wsl/winterop.zsh
### Misc ###