aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/zshrc
diff options
context:
space:
mode:
authorToby Vincent <tobyv13@gmail.com>2021-03-24 19:03:25 -0500
committerToby Vincent <tobyv13@gmail.com>2021-03-24 19:03:25 -0500
commit5b1402ca4255d88516e0d1ba9ef3e66a224f9bfe (patch)
treeff32edebb6d60d50e13129b8d0b2436a610943f1 /zshrc
parent5c73fd9add1dad5ed6c7d6bbc579a895bb02091e (diff)
feat: added dotnet completion
Diffstat (limited to 'zshrc')
-rwxr-xr-xzshrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/zshrc b/zshrc
index dcb9602..c52dde3 100755
--- a/zshrc
+++ b/zshrc
@@ -20,5 +20,6 @@ antigen bundle docker-compose
antigen bundle command-not-found
antigen bundle zsh-users/zsh-syntax-highlighting
antigen bundle zsh-users/zsh-autosuggestions
+antigen bundle memark/zsh-dotnet-completion
antigen theme romkatv/powerlevel10k.git
antigen apply \ No newline at end of file