summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Luevano Alvarado <55825613+luevano@users.noreply.github.com>2020-10-26 12:28:41 -0700
committerDavid Luevano Alvarado <55825613+luevano@users.noreply.github.com>2020-10-26 12:28:41 -0700
commitb17e5af7f239a2abb3205b2f50b62eef0d5417da (patch)
tree1821b5cfcbda5f9ee6761dc95159aeb2b9e31a62
parentb4317c49a4c1dcfaa3919d129eacc7b2b35583a7 (diff)
Update envs
-rw-r--r--.profile5
-rw-r--r--.xprofile2
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.