drop broken proxy setting and rely on ENV['http_proxy'] instead
fixes #118 fixes #119
This commit is contained in:
@@ -13,7 +13,6 @@ pub struct Config {
|
||||
pub keybindings: Option<HashMap<String, String>>,
|
||||
pub theme: Option<ConfigTheme>,
|
||||
pub use_nerdfont: Option<bool>,
|
||||
pub proxy: Option<String>,
|
||||
}
|
||||
|
||||
#[derive(Serialize, Deserialize, Debug, Default, Clone)]
|
||||
|
||||
Reference in New Issue
Block a user