this repo has no description

updated wsl setup

+2
+1
.profile
··· 28 28 . "$HOME/.cargo/env" 29 29 30 30 alias config='/usr/bin/git --git-dir=$HOME/dotfiles/ --work-tree=$HOME' 31 + export HELIX_RUNTIME=~/source/helix/runtime
+1
.zshrc
··· 100 100 # alias zshconfig="mate ~/.zshrc" 101 101 # alias ohmyzsh="mate ~/.oh-my-zsh" 102 102 103 + export COLORTERM=truecolor 103 104 source ~/.profile 104 105