1
0
mirror of https://github.com/ellmau/nixos.git synced 2025-12-19 09:29:36 +01:00

fix some zsh options which are not compatible with nix syntax

allow # symbol without escape character in shell
This commit is contained in:
Stefan Ellmauthaler 2022-05-06 17:13:32 +02:00
parent 2d056162d6
commit 8aa1df5049

View File

@ -101,7 +101,7 @@
highlighters = [ "main" "brackets" "root" "line" ]; highlighters = [ "main" "brackets" "root" "line" ];
#styles = { cursor = "standout,underline"; }; #styles = { cursor = "standout,underline"; };
}; };
setOptions = [ "auto_pushd" "correct" "extendedglob" "nocaseglob" "rcexpandparam" "numericglobsort" "nobeep" "appendhistory" ]; setOptions = [ "auto_pushd" "correct" "nocaseglob" "rcexpandparam" "numericglobsort" "nobeep" "appendhistory" ];
}; };
mtr.enable = true; mtr.enable = true;