summaryrefslogtreecommitdiff
path: root/.profile
diff options
context:
space:
mode:
authorDavid Luevano Alvarado <55825613+luevano@users.noreply.github.com>2020-03-07 13:14:06 -0700
committerDavid Luevano Alvarado <55825613+luevano@users.noreply.github.com>2020-03-07 13:14:06 -0700
commit0fa62517d9eb2ae9d94d60ff33d0fdc16e4ada2a (patch)
treebba42fd344decef1f339658c8e495fc3490624e0 /.profile
parent388bf8f664e9021bc87b6b4286f82506f775d6aa (diff)
Add pasystray
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