Posts

Girona

Image
This article is about the Catalan city, capital of the province of Girona. For other uses, see Girona (disambiguation). Municipality in Catalonia, Spain Girona Girona    (Catalan) Gerona    (Spanish) Municipality Flag Coat of arms Girona Show map of Catalonia Girona Show map of Spain Coordinates: 41°59′04″N 02°49′16″E  /  41.98444°N 2.82111°E  / 41.98444; 2.82111 Coordinates: 41°59′04″N 02°49′16″E  /  41.98444°N 2.82111°E  / 41.98444; 2.82111 Country   Spain Autonomous community   Catalonia Province Girona Comarca Gironès Founded 79 BC Government  • Mayor Marta Madrenas (2016) [1] (PDeCAT) Area [2]  • Total 39.1 km 2 (15.1 sq mi) Elevation  (AMSL) 76 m (249 ft) Population (2017) [1]  • Total 99,013 Demonyms Gironan, Gironans Area code(s...

What does zstyle :compinstall filename do?

Image
Clash Royale CLAN TAG #URR8PPP 0 The Zsh first-run config wizard usually adds zstyle :compinstall filename '$HOME/.zshrc' to the newly generated ~/.zshrc . What is the purpose of this directive? I could find some documentation on zstyle in general, but not on the specific config key. zsh share | improve this question asked Dec 12 at 16:24 maxschlepzig 33.5k 32 135 209 It appears to be caching related per code in Completion/compinstall so that that code can find a non-default location for what is usually ~/.zshrc (which subsequent code looks for if the style is unset). – thrig Dec 12 at 16:45 add a comment  |  0 The Zsh first-run config wizard usually adds zstyle :compinstall filename '$HOME/.zshrc' to the newly generated ~/.zshrc . What is the purpose of this directive? I could find some documentation on zstyle in general, but not on the specific config key. zsh share | improve t...