revert "fish: run identity file if profile hasn't run"

This reverts commit 705e52ccd2.

apparently i'm dumb and restarting my computer fixed all the environment
variables issues in tmux
This commit is contained in:
dogeystamp 2023-06-14 15:09:11 -04:00
parent 705e52ccd2
commit a98a3acd0d
Signed by: dogeystamp
GPG Key ID: 7225FE3592EFFA38
2 changed files with 0 additions and 6 deletions

View File

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

View File

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