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;
|
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";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue