aa46b1ec0e
The `zsh-autosuggestions` package provides several configuration options such as a different highlight style (like `fg=cyan` which is easier to read). With `rename.nix` the old `programs.zsh.enableAutosuggestions` is still functional, but yields the following warning like this during evaluation: ``` trace: warning: The option `programs.zsh.enableAutosuggestions' defined in `<unknown-file>' has been renamed to `programs.zsh.autosuggestions.enable'. ``` The module provides the most common `zsh-autosuggestions` (highlight style and strategy) as options that will be written into the interactive shell init (`/etc/zshrc` by default). Further configuration options can be declared using the `extraConfig` attr set: ``` { programs.zsh.autosuggestions.extraConfig = { "ZSH_AUTOSUGGEST_BUFFER_MAX_SIZE" = "buffer_size"; }; } ``` A full list of available configuration options for `zsh-autosuggestions` can be viewed here: https://github.com/zsh-users/zsh-autosuggestions/blob/v0.4.3/README.md |
||
---|---|---|
.. | ||
bash | ||
command-not-found | ||
digitalbitbox | ||
zsh | ||
adb.nix | ||
atop.nix | ||
bcc.nix | ||
blcr.nix | ||
browserpass.nix | ||
ccache.nix | ||
cdemu.nix | ||
chromium.nix | ||
criu.nix | ||
dconf.nix | ||
environment.nix | ||
fish.nix | ||
freetds.nix | ||
gnupg.nix | ||
gphoto2.nix | ||
iftop.nix | ||
java.nix | ||
kbdlight.nix | ||
less.nix | ||
light.nix | ||
mosh.nix | ||
mtr.nix | ||
nano.nix | ||
npm.nix | ||
nylas-mail.nix | ||
oblogout.nix | ||
plotinus.nix | ||
plotinus.xml | ||
qt5ct.nix | ||
rootston.nix | ||
screen.nix | ||
sedutil.nix | ||
shadow.nix | ||
shell.nix | ||
singularity.nix | ||
slock.nix | ||
spacefm.nix | ||
ssh.nix | ||
ssmtp.nix | ||
sway.nix | ||
sysdig.nix | ||
systemtap.nix | ||
thefuck.nix | ||
tmux.nix | ||
udevil.nix | ||
venus.nix | ||
vim.nix | ||
virtualbox.nix | ||
way-cooler.nix | ||
wireshark.nix | ||
xfs_quota.nix | ||
xonsh.nix | ||
xss-lock.nix | ||
yabar.nix |