summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.