summaryrefslogtreecommitdiff
path: root/.profile
diff options
context:
space:
mode:
Diffstat (limited to '.profile')
-rw-r--r--.profile15
1 files changed, 9 insertions, 6 deletions
diff --git a/.profile b/.profile
index 5e5214a..993d83b 100644
--- a/.profile
+++ b/.profile
@@ -16,17 +16,20 @@ export STATUSBAR="i3blocks"
## ~/ cleanup.
export ZDOTDIR="$HOME/.config/zsh"
- ## Program settings.
+ ## Ranger.
export RANGER_LOAD_DEFAULT_RC=FALSE
- ## Ruby
-if command -v ruby >/dev/null 2>&1; then
- export PATH="$PATH:$(ruby -e 'puts Gem.user_dir')/bin"
-fi
-
## 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
+
+ ## Ruby
+if command -v ruby >/dev/null 2>&1; then
+ export PATH="$PATH:$(ruby -e 'puts Gem.user_dir')/bin"
+fi
+
+ ## Jupyter lab.
+export JUPYTERLAB_DIR=$HOME/.local/share/jupyter/lab