mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-15 01:48:34 -07:00
parent
4146c6be21
commit
379e974d2b
@ -50,6 +50,7 @@ fi
|
|||||||
|
|
||||||
# ALIASES
|
# ALIASES
|
||||||
function _build_tmux_alias {
|
function _build_tmux_alias {
|
||||||
|
setopt localoptions no_rc_expand_param
|
||||||
eval "function $1 {
|
eval "function $1 {
|
||||||
if [[ -z \$1 ]] || [[ \${1:0:1} == '-' ]]; then
|
if [[ -z \$1 ]] || [[ \${1:0:1} == '-' ]]; then
|
||||||
tmux $2 \"\$@\"
|
tmux $2 \"\$@\"
|
||||||
|
Loading…
Reference in New Issue
Block a user