mirror of
https://github.com/Llewellynvdm/zoxide.git
synced 2024-11-10 23:30:57 +00:00
Increase the _ZO_MAXAGE default (#84)
This commit is contained in:
parent
922e2e4847
commit
1ce74baf3b
@ -43,6 +43,6 @@ pub fn zo_maxage() -> Result<Rank> {
|
||||
})?;
|
||||
Ok(maxage as Rank)
|
||||
}
|
||||
None => Ok(1000.0),
|
||||
None => Ok(10000.0),
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user