AutoYADM commit: 2025-06-03 16:27:54
This commit is contained in:
parent
b2a02fb2d4
commit
1905b8ca1b
1 changed files with 26 additions and 13 deletions
|
@ -1,3 +1,13 @@
|
||||||
|
if status is-login
|
||||||
|
if not set -q __sourced_profile
|
||||||
|
set -x __sourced_profile 1
|
||||||
|
exec bash -c "\
|
||||||
|
test -e /etc/profile && source /etc/profile
|
||||||
|
test -e $HOME/.bash_profile && source $HOME/.bash_profile
|
||||||
|
exec fish --login
|
||||||
|
"
|
||||||
|
end
|
||||||
|
|
||||||
if status is-interactive
|
if status is-interactive
|
||||||
|
|
||||||
# source ~/.config/fish/custom_cd.fish
|
# source ~/.config/fish/custom_cd.fish
|
||||||
|
@ -13,3 +23,6 @@ if status is-interactive
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
set -gx EDITOR kak
|
set -gx EDITOR kak
|
||||||
|
|
||||||
|
set -e __sourced_profile
|
||||||
|
end
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue