1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2025-12-19 13:43:29 +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

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