mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 08:43:00 +00:00
Handle conflicts from WSL and Windows
This commit is contained in:
commit
91eac47325
3 changed files with 13 additions and 11 deletions
|
|
@ -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 ###
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue