mirror of
https://github.com/Llewellynvdm/zoxide.git
synced 2024-11-16 01:57:08 +00:00
Fix CI
This commit is contained in:
parent
2014a89d50
commit
afdcf6bdff
@ -15,7 +15,10 @@
|
||||
<div>
|
||||
<img src="contrib/warp.png" width="230" alt="Warp" />
|
||||
</div>
|
||||
<b>Warp is a modern, Rust-based terminal with AI built in so you and your team can build great software, faster.</b>
|
||||
<b>
|
||||
Warp is a modern, Rust-based terminal with AI built in so you and your team
|
||||
can build great software, faster.
|
||||
</b>
|
||||
<div>
|
||||
<sup>Visit <u>warp.dev</u> to learn more.</sup>
|
||||
</div>
|
||||
|
@ -23,7 +23,7 @@ pub const MONTH: Epoch = 30 * DAY;
|
||||
pub struct Fzf(Command);
|
||||
|
||||
impl Fzf {
|
||||
const ERR_FZF_NOT_FOUND: &str = "could not find fzf, is it installed?";
|
||||
const ERR_FZF_NOT_FOUND: &'static str = "could not find fzf, is it installed?";
|
||||
|
||||
pub fn new() -> Result<Self> {
|
||||
// On Windows, CreateProcess implicitly searches the current working
|
||||
|
Loading…
Reference in New Issue
Block a user