mirror of
https://github.com/sadan4/dotfiles.git
synced 2025-06-07 13:03:03 -04:00
fix ls colors
This commit is contained in:
parent
39c7edf2fb
commit
6c1a64162b
1 changed files with 9 additions and 0 deletions
|
@ -31,6 +31,15 @@
|
|||
wslu
|
||||
];
|
||||
};
|
||||
programs = {
|
||||
zsh = {
|
||||
# fix windows dirs beinng flashbangs
|
||||
# https://stackoverflow.com/questions/43147351/win-10-bash-shell-and-highlighting-of-the-directories-in-console/43147778#43147778
|
||||
initExtra = ''
|
||||
export LS_COLORS="''${LS_COLORS}:ow=1;34:"
|
||||
'';
|
||||
};
|
||||
};
|
||||
|
||||
# This value determines the Home Manager release that your configuration is
|
||||
# compatible with. This helps avoid breakage when a new Home Manager release
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue