mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 15:00:13 +01:00
revert: comment out since it seems to cause issues
This commit is contained in:
parent
cdc7532c77
commit
64eee8b3fd
1 changed files with 18 additions and 18 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue