Skip to content

Commit

Permalink
Changed the extended attribute indicator color in bashrc
Browse files Browse the repository at this point in the history
  • Loading branch information
rsherstnev committed Dec 8, 2024
1 parent 5268d65 commit fd48e77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bash/.bashrc
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ EXA_SETTINGS=(
"bd=$EXA_PREFIX;217" # Тип сущности: блочное устройство
"cd=$EXA_PREFIX;229" # Тип сущности: символьное устройство
"ln=$EXA_PREFIX;73" # Тип сущности: симлинк
"xa=$EXA_PREFIX;152" # Индикатор расширенных аттрибутов
"xa=$EXA_PREFIX;96" # Индикатор расширенных аттрибутов
)

for EXA_SETTING in ${EXA_SETTINGS[*]}
Expand Down

0 comments on commit fd48e77

Please sign in to comment.