Skip to content

Commit

Permalink
- Better formatting of output
Browse files Browse the repository at this point in the history
- Source functions file after install is finished
  • Loading branch information
jessp01 committed Jul 19, 2023
1 parent e191441 commit 039e667
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions install_zaje.sh
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,8 @@ if [ "$(id -u)" = 0 ];then
fi
fi

. "$FUNCTIONS_RC_FILE"

if log_use_fancy_output ;then
$TPUT sgr0
fi
2 changes: 1 addition & 1 deletion zaje.go
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ COPYRIGHT:
`
app.Name = "zaje"
app.Usage = "Syntax highlighter to cover all your shell needs"
app.Version = "0.21.1-8"
app.Version = "0.21.1-9"
app.EnableBashCompletion = true
cli.VersionFlag = cli.BoolFlag{
Name: "print-version, V",
Expand Down

0 comments on commit 039e667

Please sign in to comment.