Skip to content

Commit

Permalink
Add pwsh
Browse files Browse the repository at this point in the history
  • Loading branch information
thecaralice committed Aug 5, 2020
1 parent 5bd6595 commit 03629d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ fn main() {
"bash" => print!("{}", include_str!("init.bash")),
"zsh" => print!("{}", include_str!("init.zsh")),
"fish" => print!("{}", include_str!("init.fish")),
"powershell" => print!("{}", include_str!("init.powershell")),
"powershell" | "pwsh" => print!("{}", include_str!("init.powershell")),
"ion" => print!(include_str!("init.ion")),
_ => panic!(
"unknown shell: \"{}\". Supported shells: bash, zsh, fish, powershell",
Expand Down

0 comments on commit 03629d3

Please sign in to comment.