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:
parent
2d056162d6
commit
8aa1df5049
@ -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;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user