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:
parent
705e52ccd2
commit
a98a3acd0d
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user