fish: run identity file if profile hasn't run
kinda hacky but who cares
This commit is contained in:
parent
8c7f9da7d4
commit
705e52ccd2
@ -21,6 +21,10 @@ 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,4 +67,6 @@ 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