revert: comment out since it seems to cause issues

This commit is contained in:
Ahwx 2024-07-15 23:04:21 +02:00
parent cdc7532c77
commit 64eee8b3fd

View file

@ -6,7 +6,7 @@
autocd = true; autocd = true;
autosuggestion.enable = true; autosuggestion.enable = true;
enableCompletion = true; enableCompletion = true;
enableGlobalCompInit = true; # enableGlobalCompInit = true; # Should be a thing according to NixOS options but is not a thing?
localVariables = { localVariables = {
# Looks like this: '~/some/path > ' # Looks like this: '~/some/path > '
@ -25,23 +25,23 @@
HISTORY_SUBSTRING_SEARCH_ENSURE_UNIQUE = 1; HISTORY_SUBSTRING_SEARCH_ENSURE_UNIQUE = 1;
}; };
setOptions = [ # setOptions = [
# Corrections # # Corrections
"CORRECT" # "CORRECT"
#
# History stuff # # History stuff
"APPEND_HISTORY" # "APPEND_HISTORY"
"INC_APPEND_HOSTORY" # "INC_APPEND_HOSTORY"
"SHARE_HISTORY" # "SHARE_HISTORY"
"EXTENDED_HISTORY" # "EXTENDED_HISTORY"
"HIST_REDUCT_BLANKS" # "HIST_REDUCT_BLANKS"
"HIST_IGNORE_SPACE" # "HIST_IGNORE_SPACE"
#
# Disable annoying beep # # Disable annoying beep
"NO_BEEP" # "NO_BEEP"
# Fix comments # # Fix comments
"INTERACTIVE_COMMENTS" # "INTERACTIVE_COMMENTS"
]; # ];
shellAliases = { shellAliases = {
ls = "eza -lh --git"; ls = "eza -lh --git";