mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-30 02:44:42 +01:00
More bug squashing
This commit is contained in:
parent
c2d81f9a51
commit
92e11313c1
1 changed files with 3 additions and 2 deletions
|
|
@ -44,8 +44,9 @@ function ssh() {
|
|||
|
||||
if [ -z "$host" ]; then
|
||||
$actual_ssh $*
|
||||
fi
|
||||
|
||||
return
|
||||
fi
|
||||
|
||||
shift
|
||||
|
||||
$actual_ssh $(echo $ssh_hosts[$param]) $* # $() to circumvent ssh from b0rking if options are present in map
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue