1
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2025-02-16 16:34:27 +01:00

Merge pull request #4289 from moonfruit/master

Remove redundant semicolon
This commit is contained in:
Robby Russell 2015-08-30 21:33:26 -07:00
commit 50d329450e

View file

@ -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=$(