diff options
author | Matt Strapp <matt@mattstrapp.net> | 2023-03-01 13:04:30 -0600 |
---|---|---|
committer | Matt Strapp <matt@mattstrapp.net> | 2023-03-01 13:04:30 -0600 |
commit | f8f3e81dfaf256c2555c1a7a9ad7d9305a16cc48 (patch) | |
tree | 7c52f7c43acdbc17a5a07b193450fb3042e21079 /zsh | |
parent | don't use plugin file (diff) | |
download | dotfiles-f8f3e81dfaf256c2555c1a7a9ad7d9305a16cc48.tar dotfiles-f8f3e81dfaf256c2555c1a7a9ad7d9305a16cc48.tar.gz dotfiles-f8f3e81dfaf256c2555c1a7a9ad7d9305a16cc48.tar.bz2 dotfiles-f8f3e81dfaf256c2555c1a7a9ad7d9305a16cc48.tar.lz dotfiles-f8f3e81dfaf256c2555c1a7a9ad7d9305a16cc48.tar.xz dotfiles-f8f3e81dfaf256c2555c1a7a9ad7d9305a16cc48.tar.zst dotfiles-f8f3e81dfaf256c2555c1a7a9ad7d9305a16cc48.zip |
add msys
Diffstat (limited to 'zsh')
-rw-r--r-- | zsh/.config/zsh/.zshrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zsh/.config/zsh/.zshrc b/zsh/.config/zsh/.zshrc index 8e5e0ca..66e8811 100644 --- a/zsh/.config/zsh/.zshrc +++ b/zsh/.config/zsh/.zshrc @@ -82,7 +82,7 @@ case "$ID" in source /usr/share/zsh-autosuggestions/zsh-autosuggestions.zsh source /usr/share/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh ;; - arch | artix ) + arch | artix | msys2 ) source /usr/share/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh ;; |