AutoYADM commit: 2025-06-03 16:27:54

This commit is contained in:
Daniel Fichtinger 2025-06-03 16:27:54 -04:00
parent b2a02fb2d4
commit 1905b8ca1b

View file

@ -1,15 +1,28 @@
if status is-interactive if status is-login
if not set -q __sourced_profile
# source ~/.config/fish/custom_cd.fish set -x __sourced_profile 1
exec bash -c "\
starship init fish | source test -e /etc/profile && source /etc/profile
direnv hook fish | source test -e $HOME/.bash_profile && source $HOME/.bash_profile
zoxide init fish | source exec fish --login
thefuck --alias | source "
fzf --fish | source && fzf_configure_bindings
if test "$SSH_TTY"
set -gx COLORTERM truecolor
set -gx TERM xterm-256color
end end
if status is-interactive
# source ~/.config/fish/custom_cd.fish
starship init fish | source
direnv hook fish | source
zoxide init fish | source
thefuck --alias | source
fzf --fish | source && fzf_configure_bindings
if test "$SSH_TTY"
set -gx COLORTERM truecolor
set -gx TERM xterm-256color
end
end
set -gx EDITOR kak
set -e __sourced_profile
end end
set -gx EDITOR kak