diff --git a/dotfiles/zshrc b/dotfiles/zshrc index ac803ba..834fc95 100755 --- a/dotfiles/zshrc +++ b/dotfiles/zshrc @@ -36,9 +36,6 @@ fi # Overrides to prezto unsetopt cdablevars -# No groupings of completions - zstyle ':completion:*' format '' - # .profile is universal # but after zprezto to use/override anything setup there . ~/.profile diff --git a/udev/41-microchip.rules b/udev/41-microchip.rules new file mode 100644 index 0000000..650c1ea --- /dev/null +++ b/udev/41-microchip.rules @@ -0,0 +1,2 @@ +# Pickit 3 +ATTR{idVendor}=="04d8", ATTR{idProduct}=="900a", MODE="0666", GROUP="plugdev"