added wsl support and separate .zsh_aliases
This commit is contained in:
parent
2ea7aa3ec8
commit
91684f4019
3 changed files with 14 additions and 0 deletions
runcoms
1
runcoms/zsh_aliases
Normal file
1
runcoms/zsh_aliases
Normal file
|
@ -0,0 +1 @@
|
||||||
|
alias rmig='git ls-files -io --exclude-from=.gitignore | xargs -d "\n" rm -rf'
|
8
runcoms/zsh_wsl
Normal file
8
runcoms/zsh_wsl
Normal 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 . &'
|
|
@ -11,3 +11,8 @@ if [[ -s "${ZDOTDIR:-$HOME}/.zprezto/init.zsh" ]]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Customize to your needs...
|
# Customize to your needs...
|
||||||
|
|
||||||
|
#SOURCE_ZSH_WSL
|
||||||
|
|
||||||
|
. ~/.zsh_aliases
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue