mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 08:43:00 +00:00
fix(zsh): Some WSL glitches and migration
This commit is contained in:
parent
567c8d1b3b
commit
1416ae4f05
3 changed files with 15 additions and 9 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