From 439cd48963d882e35043c1d2fbd64b790eca7d69 Mon Sep 17 00:00:00 2001 From: Reid 'arrdem' McKenzie Date: Tue, 16 Jan 2018 12:09:06 -0800 Subject: [PATCH] Missing rbracket --- goto.plugin.zsh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/goto.plugin.zsh b/goto.plugin.zsh index 78676d7..c7c9121 100644 --- a/goto.plugin.zsh +++ b/goto.plugin.zsh @@ -8,7 +8,8 @@ function _awk { }; function _gotofile { - echo "${GOTO_FILE:-${HOME/.labels.tsv}}" + echo "${GOTO_FILE:-${HOME/.labels.tsv}}" +}; function _make_label { printf '%s %s\n' "$1" $(echo "$2" | tr -d "$HOME/") >> `_gotofile`