1
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-11-22 05:40:08 +00:00

Remove redundant semicolon

Remove redundant semicolon to make tab() works better in ITerm 2.
This commit is contained in:
MoonFruit 2015-08-28 10:46:45 +08:00
parent 192de6bcff
commit 0a2c31fb60

View file

@ -6,7 +6,7 @@
# ------------------------------------------------------------------------------
function tab() {
local command="cd \\\"$PWD\\\"; clear; "
local command="cd \\\"$PWD\\\"; clear"
(( $# > 0 )) && command="${command}; $*"
the_app=$(