mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 23:00:14 +01:00
feat(zsh.nix): adds some more old settings
This commit is contained in:
parent
f11d0c09a5
commit
9ebafb7229
1 changed files with 2 additions and 0 deletions
|
|
@ -16,6 +16,8 @@
|
|||
# KEYTIMEOUT = 1;
|
||||
LANG = "en_US.UTF-8";
|
||||
ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE = "fg=#808080";
|
||||
ZSH_AUTOSUGGEST_USE_ASYNC = 1;
|
||||
ZSH_AUTOSUGGEST_STRATEGY = "(match_prev_cmd history completion)";
|
||||
};
|
||||
|
||||
shellAliases = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue