20 lines
587 B
Fish
20 lines
587 B
Fish
if status is-interactive
|
|
# Commands to run in interactive sessions can go here
|
|
set -gx ZELLIJ_AUTO_EXIT true
|
|
eval (zellij setup --generate-auto-start fish | string collect)
|
|
end
|
|
set -gx EDITOR hx
|
|
set -gx SSH_AUTH_SOCK /run/user/1000/ssh-agent.socket
|
|
|
|
alias ls eza
|
|
alias ll "ls -lh"
|
|
alias la "ls -laBg"
|
|
|
|
fzf_configure_bindings --directory=\cf --variables=\e\cv --git_status=\cg --history=\ch --git_log=\cl
|
|
set fzf_diff_highlighter delta --paging=never --width=20
|
|
|
|
zoxide init fish | source
|
|
|
|
# uv
|
|
fish_add_path "/home/gbaccialone/.local/bin"
|
|
fastfetch --config paleofetch.jsonc
|