mirror of
https://github.com/Llewellynvdm/zoxide.git
synced 2024-11-10 23:30:57 +00:00
fix init script generation (#112)
This commit is contained in:
parent
20d62524bf
commit
c0a1a78c29
@ -163,9 +163,9 @@ pub fn main() -> Result<()> {
|
||||
|
||||
match shell {
|
||||
Shell::Bash => zs::Bash(opts).generate(handle),
|
||||
Shell::Fish => zs::Bash(opts).generate(handle),
|
||||
Shell::Posix => zs::Bash(opts).generate(handle),
|
||||
Shell::Powershell => zs::Bash(opts).generate(handle),
|
||||
Shell::Fish => zs::Fish(opts).generate(handle),
|
||||
Shell::Posix => zs::Posix(opts).generate(handle),
|
||||
Shell::Powershell => zs::PowerShell(opts).generate(handle),
|
||||
Shell::Xonsh => zs::Xonsh(opts).generate(handle),
|
||||
Shell::Zsh => zs::Zsh(opts).generate(handle),
|
||||
}?;
|
||||
|
Loading…
Reference in New Issue
Block a user