edit function edit_project_files
This commit is contained in:
@@ -324,6 +324,7 @@ change_project_setting() {
|
||||
sed -i "s|^$key=.*|$key=$new_value|" "$config_file"
|
||||
}
|
||||
|
||||
# Aktuellen Editor aus global/config.json holen
|
||||
# Aktuellen Editor aus global/config.json holen
|
||||
get_editor_cmd() {
|
||||
if [[ -f "$GLOBAL_CONFIG" ]]; then
|
||||
|
||||
Reference in New Issue
Block a user