Suppress output when loading golang
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
848be88d35
commit
3247dac609
2 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue