From b17e5af7f239a2abb3205b2f50b62eef0d5417da Mon Sep 17 00:00:00 2001 From: David Luevano Alvarado <55825613+luevano@users.noreply.github.com> Date: Mon, 26 Oct 2020 12:28:41 -0700 Subject: Update envs --- .profile | 5 ++++- .xprofile | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.profile b/.profile index 2a33e09..1faf4e9 100644 --- a/.profile +++ b/.profile @@ -19,8 +19,11 @@ export ZDOTDIR="$HOME/.config/zsh" ## Ranger. export RANGER_LOAD_DEFAULT_RC=FALSE + ## CUDA. +export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:/opt/cuda/lib64" + ## Tensorflow. -export TF_CPP_MIN_LOG_LEVEL="1" +export TF_CPP_MIN_LOG_LEVEL="0" # 0 = all messages are logged (default behavior) # 1 = INFO messages are not printed # 2 = INFO and WARNING messages are not printed diff --git a/.xprofile b/.xprofile index 59835a5..28ec841 100644 --- a/.xprofile +++ b/.xprofile @@ -5,9 +5,9 @@ # This is run when a display manager logs in. # Used as source for ~/.xinitrc. +nm-applet & # Network Manager. picom & # Transparency and stuff. dunst & # Notifications. -nm-applet & # Network manager. udiskie & # Drive mounting. flameshot & # Screenshots. pasystray & # Pulse Audio tray icon. -- cgit v1.2.3-54-g00ecf