This commit is contained in:
xunuwu 2024-03-16 08:33:31 +01:00
parent 9ec66a8caf
commit 4f169eeb84
Signed by: xun
SSH key fingerprint: SHA256:Uot/1WoAjWAeqLOHA5vYy4phhVydsH7jCPmBjaPZfgI
2 changed files with 0 additions and 8 deletions

View file

@ -29,9 +29,6 @@
zstyle ':completion:*' matcher-list 'm:{a-z}={A-Z}' # Case insensitive completion
bindkey '^[[Z' reverse-menu-complete # shift-tab in completion menu
## MISC ##
# Show completion categories
zstyle ':completion:*:*:*:*:descriptions' format '%F{magenta}<-%d->%f'

View file

@ -1,5 +0,0 @@
{pkgs, ...}: {
environment.systemPackages = with pkgs; [
xclip
];
}