AutoYADM commit: 2025-04-16 00:45:05
This commit is contained in:
parent
d4093eb1e1
commit
f7710b4829
2 changed files with 2 additions and 3 deletions
|
@ -1,11 +1,11 @@
|
||||||
if status is-interactive
|
if status is-interactive
|
||||||
# Commands to run in interactive sessions can go here
|
starship init fish | source
|
||||||
# starship init fish | source
|
|
||||||
direnv hook fish | source
|
direnv hook fish | source
|
||||||
zoxide init fish | source
|
zoxide init fish | source
|
||||||
thefuck --alias | source
|
thefuck --alias | source
|
||||||
fzf --fish | source && fzf_configure_bindings
|
fzf --fish | source && fzf_configure_bindings
|
||||||
if test "$SSH_TTY"
|
if test "$SSH_TTY"
|
||||||
set -gx COLORTERM truecolor
|
set -gx COLORTERM truecolor
|
||||||
|
set -gx TERM xterm-256color
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
# This file contains fish universal variable definitions.
|
# This file contains fish universal variable definitions.
|
||||||
# VERSION: 3.0
|
# VERSION: 3.0
|
||||||
SETUVAR EDITOR:hx
|
SETUVAR EDITOR:hx
|
||||||
SETUVAR --export TERM:xterm\x2d256color
|
|
||||||
SETUVAR --export XDG_CONFIG_HOME:/home/fic/\x2econfig
|
SETUVAR --export XDG_CONFIG_HOME:/home/fic/\x2econfig
|
||||||
SETUVAR Z_DATA_DIR:/home/fic/\x2elocal/share/z
|
SETUVAR Z_DATA_DIR:/home/fic/\x2elocal/share/z
|
||||||
SETUVAR __fish_initialized:3800
|
SETUVAR __fish_initialized:3800
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue