fish: run identity file if profile hasn't run

kinda hacky but who cares
This commit is contained in:
dogeystamp 2023-06-13 15:43:51 -04:00
parent 8c7f9da7d4
commit 705e52ccd2
Signed by: dogeystamp
GPG Key ID: 7225FE3592EFFA38
2 changed files with 6 additions and 0 deletions

View File

@ -21,6 +21,10 @@ set -gx MANPATH "$MANPATH:/home/dogeystamp/.cache/cppman/"
# Disable fish greeting
set fish_greeting ""
if test -z "$PROFILE_RAN"
source "$XDG_CONFIG_HOME"/identity
end
if status --is-interactive
# Enable Vi bindings
fish_hybrid_key_bindings

View File

@ -67,4 +67,6 @@ else
. "$XDG_CONFIG_HOME"/dot_profile
fi
export PROFILE_RAN=yes
. .config/bashrc