Missing rbracket
This commit is contained in:
parent
5bc8484332
commit
439cd48963
1 changed files with 2 additions and 1 deletions
|
@ -9,6 +9,7 @@ function _awk {
|
||||||
|
|
||||||
function _gotofile {
|
function _gotofile {
|
||||||
echo "${GOTO_FILE:-${HOME/.labels.tsv}}"
|
echo "${GOTO_FILE:-${HOME/.labels.tsv}}"
|
||||||
|
};
|
||||||
|
|
||||||
function _make_label {
|
function _make_label {
|
||||||
printf '%s %s\n' "$1" $(echo "$2" | tr -d "$HOME/") >> `_gotofile`
|
printf '%s %s\n' "$1" $(echo "$2" | tr -d "$HOME/") >> `_gotofile`
|
||||||
|
|
Loading…
Reference in a new issue