diff --git a/runcoms/zsh_aliases b/runcoms/zsh_aliases
new file mode 100644
index 00000000..fc17291d
--- /dev/null
+++ b/runcoms/zsh_aliases
@@ -0,0 +1 @@
+alias rmig='git ls-files -io --exclude-from=.gitignore | xargs -d "\n" rm -rf'
diff --git a/runcoms/zsh_wsl b/runcoms/zsh_wsl
new file mode 100644
index 00000000..fadc934e
--- /dev/null
+++ b/runcoms/zsh_wsl
@@ -0,0 +1,8 @@
+path+=(
+  '/mnt/c/Windows/System32'
+  '/mnt/c/Windows'
+  '/mnt/c/Windows/System32/WindowsPowerShell/v1.0/'
+)
+
+alias xx='explorer.exe'
+alias vc='cmd.exe /c code . &'
diff --git a/runcoms/zshrc b/runcoms/zshrc
index 039b882d..b75b799b 100644
--- a/runcoms/zshrc
+++ b/runcoms/zshrc
@@ -11,3 +11,8 @@ if [[ -s "${ZDOTDIR:-$HOME}/.zprezto/init.zsh" ]]; then
 fi
 
 # Customize to your needs...
+
+#SOURCE_ZSH_WSL
+
+. ~/.zsh_aliases
+