AutoYADM commit: 2025-06-04 19:07:31
This commit is contained in:
parent
c63c8bc5d8
commit
10d636fd7d
1 changed files with 11 additions and 11 deletions
|
@ -1,14 +1,14 @@
|
|||
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-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
|
||||
|
||||
end
|
||||
# end
|
||||
if status is-interactive
|
||||
|
||||
# source ~/.config/fish/custom_cd.fish
|
||||
|
@ -25,4 +25,4 @@ if status is-interactive
|
|||
end
|
||||
set -gx EDITOR kak
|
||||
|
||||
set -e __sourced_profile
|
||||
# set -e __sourced_profile
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue