AutoYADM commit: 2025-06-04 19:05:22
This commit is contained in:
parent
1905b8ca1b
commit
ffe3170c4b
1 changed files with 15 additions and 16 deletions
|
@ -8,21 +8,20 @@ if status is-login
|
||||||
"
|
"
|
||||||
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
|
set -e __sourced_profile
|
||||||
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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue