From df1e77a7ed7ce12b7fe61c9ac4f33c0c4fb8cde2 Mon Sep 17 00:00:00 2001 From: David Luevano Alvarado <55825613+luevano@users.noreply.github.com> Date: Thu, 27 Feb 2020 14:42:00 -0700 Subject: Fix calendar spacing, add tf option to profile --- .local/bin/blocks/calendar | 4 ++-- .profile | 9 ++++++++- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.local/bin/blocks/calendar b/.local/bin/blocks/calendar index 63b43fc..a35cf65 100755 --- a/.local/bin/blocks/calendar +++ b/.local/bin/blocks/calendar @@ -36,5 +36,5 @@ case "$BLOCK_BUTTON" in 1) > /dev/null" esac -echo "$LABEL$(date "$DATEFMT")" -echo "$LABEL$(date "$SHORTFMT")" +echo "$LABEL $(date "$DATEFMT")" +echo "$LABEL $(date "$SHORTFMT")" diff --git a/.profile b/.profile index dd25945..9b14976 100644 --- a/.profile +++ b/.profile @@ -5,7 +5,7 @@ ## Modified env vars. export PATH="$PATH:$(du -L "$HOME/.local/bin/" | cut -f2 | tr '\n' ':' | sed 's/:*$//')" - ## Default program. + ## Default programs. export EDITOR="nvim" export TERMINAL="alacritty" export BROWSER="google-chrome-stable" @@ -18,3 +18,10 @@ export ZDOTDIR="$HOME/.config/zsh" ## Program settings. export RANGER_LOAD_DEFAULT_RC=FALSE + + ## Tensorflow. +export TF_CPP_MIN_LOG_LEVEL="1" + # 0 = all messages are logged (default behavior) + # 1 = INFO messages are not printed + # 2 = INFO and WARNING messages are not printed + # 3 = INFO, WARNING, and ERROR messages are not printed -- cgit v1.2.3-54-g00ecf