diff --git a/cli/src/config/templates.toml b/cli/src/config/templates.toml index 686ad7baf..9c302e0fe 100644 --- a/cli/src/config/templates.toml +++ b/cli/src/config/templates.toml @@ -176,7 +176,6 @@ coalesce( if(conflict, "conflict"), ), coalesce( - if(!self, "~"), if(current_working_copy, "@"), if(immutable, "◆"), if(conflict, "×"), @@ -196,7 +195,6 @@ coalesce( if(conflict, "conflict"), ), coalesce( - if(!self, "~"), if(current_working_copy, "@"), if(immutable, "#"), if(conflict, "x"),