mirror of
https://github.com/frebib/dotfiles.git
synced 2024-06-14 12:57:23 +00:00
_dsh and extensions default to /bin/sh if not specified
This commit is contained in:
parent
997b43ba7b
commit
d3bc08110b
2
aliases
2
aliases
@ -171,7 +171,7 @@ _dsh() {
|
|||||||
usercmd="--user=$user "
|
usercmd="--user=$user "
|
||||||
fi
|
fi
|
||||||
|
|
||||||
eval "docker $dowhat -ti $usercmd$host $prog"
|
eval "docker $dowhat -ti $usercmd$host ${prog:-"/bin/sh"}"
|
||||||
}
|
}
|
||||||
|
|
||||||
alias dm='docker-machine'
|
alias dm='docker-machine'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user