summaryrefslogtreecommitdiff
path: root/.profile
diff options
context:
space:
mode:
authorBenjamin Chausse <benjamin@chausse.xyz>2024-03-06 14:59:00 -0500
committerBenjamin Chausse <benjamin@chausse.xyz>2024-03-06 14:59:00 -0500
commit03dd8b3cd8d03300ee85377ea40fa486819d2ebc (patch)
treecdeffd7721bb73918184a83c2f9c034142381564 /.profile
parentb9581d702f388489725ff7d5a7394009124b5154 (diff)
Update shortcutgen env and misc others
Diffstat (limited to '.profile')
-rw-r--r--.profile7
1 files changed, 5 insertions, 2 deletions
diff --git a/.profile b/.profile
index b34376e..0055553 100644
--- a/.profile
+++ b/.profile
@@ -27,8 +27,8 @@ export TEXSRC=$HOME/.local/src/sherbrooke-tex
# Applications
export EDITOR=$(which nvim)
export READER=/usr/bin/zathura
-export TERMINAL=/usr/bin/alacritty
-export TERM=/usr/bin/alacritty
+export TERMINAL=/usr/local/bin/st
+export TERM=/usr/local/bin/st
export BROWSER=/usr/bin/firefox
# less/man colors
@@ -45,6 +45,9 @@ export LESS_TERMCAP_ue=$'\e[0m' # end underline
shortcutgen
aliasgen
+# Import shortcut ENV variables
+source "$HOME/.cache/env-shortcuts"
+
# Ensure XDG_RUNTIME_DIR is set
if test -z "$XDG_RUNTIME_DIR"; then
export XDG_RUNTIME_DIR=$(mktemp -d /tmp/$(id -u)-runtime-dir.XXX)