Skip to content

Commit

Permalink
Merge pull request #89 from inferiorhumanorgans/fix-default-config
Browse files Browse the repository at this point in the history
fixes undefined
  • Loading branch information
reujab authored Nov 28, 2022
2 parents d4557d8 + b9b44c6 commit 91a79d6
Show file tree
Hide file tree
Showing 5 changed files with 187 additions and 41 deletions.
171 changes: 139 additions & 32 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ serde = { version = "1.0", features = ["derive"] }
chrono = "0.4"
clap = "=3.0.0-beta.2"
clap_derive = "=3.0.0-beta.2"
confy = "0.4"
confy = { git = "https://github.com/rust-cli/confy", features = [ "yaml_conf" ], default-features = false }
dirs = "2"
git2 = "0.15"
hostname = "0.3"
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Since silver is not written in shell script, it should theoretically be compatib

### Icons

To be able to use the custom icons (which are enabled by default), you must patch your font or install a pre-patched font from [Nerd Fonts](https://github.com/ryanoasis/nerd-fonts).
To be able to use the custom icons (which are disabled by default), you must patch your font or install a pre-patched font from [Nerd Fonts](https://github.com/ryanoasis/nerd-fonts).

### Installation

Expand Down
Loading

0 comments on commit 91a79d6

Please # to comment.