summaryrefslogtreecommitdiff
path: root/.profile
diff options
context:
space:
mode:
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)