1
0
Fork 0

Suppress output when loading golang

Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
Knut Ahlers 2018-06-25 10:36:42 +02:00
parent 848be88d35
commit 3247dac609
Signed by: luzifer
GPG key ID: DC2729FDD34BE99E
2 changed files with 1 additions and 2 deletions

View file

@ -5,7 +5,7 @@
export PATH=/usr/local/sbin:/usr/local/bin:$PATH
## Activate go using gimme if any go version is available
[ -e ${HOME}/.gimme/envs/latest.env ] && source ${HOME}/.gimme/envs/latest.env
[ -e ${HOME}/.gimme/envs/latest.env ] && source ${HOME}/.gimme/envs/latest.env 2>/dev/null
## Custom scripts
export PATH=$HOME/bin:$HOME/.bin:$PATH

View file

@ -41,4 +41,3 @@ kv "Updated" "$(date +"%Y-%m-%d %H:%M")"
## End output
printf "$(boxchar 6d)%083s$(boxchar 6a)\n" | sed "s/ /$(printf "$(boxchar 71)")/g"
echo # Add an extra blank line