added wsl support and separate .zsh_aliases

This commit is contained in:
ekenalt 2023-10-31 12:05:03 -05:00
parent 2ea7aa3ec8
commit 91684f4019
3 changed files with 14 additions and 0 deletions

1
runcoms/zsh_aliases Normal file
View file

@ -0,0 +1 @@
alias rmig='git ls-files -io --exclude-from=.gitignore | xargs -d "\n" rm -rf'

8
runcoms/zsh_wsl Normal file
View file

@ -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 . &'

View file

@ -11,3 +11,8 @@ if [[ -s "${ZDOTDIR:-$HOME}/.zprezto/init.zsh" ]]; then
fi
# Customize to your needs...
#SOURCE_ZSH_WSL
. ~/.zsh_aliases