MenkeTechnologies / zsh-dotnet-completion

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

zsh-dotnet-completion

Dotnet tab completion

Aliases

alias dt='dotnet test'
alias dcl='dotnet clean'
alias dr='dotnet run'

Install for Zinit

~/.zshrc

source "$HOME/.zinit/bin/zinit.zsh"
zinit ice lucid nocompile
zinit load MenkeTechnologies/zsh-dotnet-completion

Install for Oh My Zsh

cd "$HOME/.oh-my-zsh/custom/plugins"  && git clone https://github.com/MenkeTechnologies/zsh-dotnet-completion.git

Add zsh-dotnet-completion to plugins array in ~/.zshrc

General Install

git clone https://github.com/MenkeTechnologies/zsh-dotnet-completion.git

source zsh-dotnet-completion.plugin.zsh or add code to zshrc or any startup script

About

License:MIT License


Languages

Language:Shell 100.0%