From 03dd8b3cd8d03300ee85377ea40fa486819d2ebc Mon Sep 17 00:00:00 2001 From: Benjamin Chausse Date: Wed, 6 Mar 2024 14:59:00 -0500 Subject: Update shortcutgen env and misc others --- .profile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to '.profile') 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) -- cgit v1.2.3