Tabs to two spaces.

This commit is contained in:
Sam Hardeman 2025-09-22 11:55:19 +02:00
parent 0912f2d3d4
commit 03303c9e36
6 changed files with 49 additions and 49 deletions

View file

@ -231,7 +231,7 @@ function ched()
then
if [[ $(realpath "$EDITOR") == "$EDITOR_REAL" ]];
then
available_editors+=("$EDITOR_REAL" "$editor (current choice)")
available_editors+=("$EDITOR_REAL" "$editor (current choice)")
else
available_editors+=("$EDITOR_REAL", "$editor")
fi