"vscode:/vscode.git/clone" did not exist on "f29daef2973018e60900553b0ea69074a5d9a5de"
Commit 0a2c31fb authored by MoonFruit's avatar MoonFruit
Browse files

Remove redundant semicolon

Remove redundant semicolon to make tab() works better in ITerm 2.
parent 192de6bc
......@@ -6,7 +6,7 @@
# ------------------------------------------------------------------------------
function tab() {
local command="cd \\\"$PWD\\\"; clear; "
local command="cd \\\"$PWD\\\"; clear"
(( $# > 0 )) && command="${command}; $*"
the_app=$(
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment