Configuration files

starship: detect jj with command to support subdirectories

Changed files
+1 -1
.config
+1 -1
.config/starship.toml
··· 40 ) 41 ' 42 ''' 43 - detect_folders = [".jj"] 44 symbol = "🐦 " 45 style = "bold blue"
··· 40 ) 41 ' 42 ''' 43 + when = "jj root --ignore-working-copy" 44 symbol = "🐦 " 45 style = "bold blue"