mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
nixos/bash: enable colors during completion
This commit is contained in:
parent
cb26996af3
commit
977e0c6599
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@ set meta-flag on
|
||||||
set input-meta on
|
set input-meta on
|
||||||
set convert-meta off
|
set convert-meta off
|
||||||
set output-meta on
|
set output-meta on
|
||||||
|
set colored-stats on
|
||||||
|
|
||||||
#set mark-symlinked-directories on
|
#set mark-symlinked-directories on
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue