Description The script currently relies on a predefined list of text editors like nano micro and vim When a user has their preferred editor configured in the EDITOR environment variable the script ignores it and forces them to choose from the hardcoded list This disrupts the workflow for users who have customized their environment
Solution Modify the script to check if the EDITOR environment variable is set If it is available include it in the list of editor options or select it automatically This ensures the tool respects the user configuration
Assign this issue to me under the OSCG
Description The script currently relies on a predefined list of text editors like nano micro and vim When a user has their preferred editor configured in the EDITOR environment variable the script ignores it and forces them to choose from the hardcoded list This disrupts the workflow for users who have customized their environment
Solution Modify the script to check if the EDITOR environment variable is set If it is available include it in the list of editor options or select it automatically This ensures the tool respects the user configuration
Assign this issue to me under the OSCG