mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-19 21:41:07 +01:00
Remove redundant semicolon
Remove redundant semicolon to make tab() works better in ITerm 2.
This commit is contained in:
parent
192de6bcff
commit
0a2c31fb60
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
||||||
# ------------------------------------------------------------------------------
|
# ------------------------------------------------------------------------------
|
||||||
|
|
||||||
function tab() {
|
function tab() {
|
||||||
local command="cd \\\"$PWD\\\"; clear; "
|
local command="cd \\\"$PWD\\\"; clear"
|
||||||
(( $# > 0 )) && command="${command}; $*"
|
(( $# > 0 )) && command="${command}; $*"
|
||||||
|
|
||||||
the_app=$(
|
the_app=$(
|
||||||
|
|
Loading…
Reference in a new issue