mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-30 02:44:42 +01:00
fix
This commit is contained in:
parent
2eacca9d77
commit
eb247891d6
1 changed files with 1 additions and 1 deletions
|
|
@ -49,7 +49,7 @@ fi
|
|||
# ALIASES
|
||||
function _build_tmux_alias {
|
||||
eval "function $1 {
|
||||
if [[ \${1::1} == '-' ]]; then
|
||||
if [[ -z \$1 ]] || [[ \${1::1} == '-' ]]; then
|
||||
tmux $2 \"\$@\"
|
||||
else
|
||||
tmux $2 $3 \"\$@\"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue