mirror of
https://github.com/Hopiu/zoxide.git
synced 2026-03-30 05:00:32 +00:00
Add alias for import --from=fasd
This commit is contained in:
parent
4ded81e277
commit
3c8a0d6b13
1 changed files with 1 additions and 0 deletions
|
|
@ -75,6 +75,7 @@ pub struct Import {
|
|||
#[derive(ValueEnum, Clone, Debug)]
|
||||
pub enum ImportFrom {
|
||||
Autojump,
|
||||
#[clap(alias = "fasd")]
|
||||
Z,
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue