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