stow: reorganize to use stow
This commit is contained in:
parent
7674c453ab
commit
05c4a780d7
15 changed files with 0 additions and 0 deletions
20
fish/.config/fish/config.fish
Normal file
20
fish/.config/fish/config.fish
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
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
|
||||
Loading…
Add table
Add a link
Reference in a new issue