Add some minor fish config.

This commit is contained in:
Jessica Canady 2024-06-06 23:44:58 -04:00
parent f0fa86fc42
commit 2cbe251433
Signed by: phoenix
SSH key fingerprint: SHA256:aaLOzOrLi+0n4eDZNQKH97PehwRt6KSE5fYJc+ZRKCQ
3 changed files with 5 additions and 3 deletions

View file

@ -1 +1 @@
/home/rubyproc/.asdf/completions/asdf.fish
/home/jess/.asdf/completions/asdf.fish

View file

@ -5,3 +5,5 @@ if status is-interactive
starship init fish | source
end
export SSH_AUTH_SOCK="$XDG_RUNTIME_DIR/ssh-agent.socket"

View file

@ -1,4 +1,4 @@
function ls --wraps=eza --description 'alias ls=eza'
eza $argv
eza -l $argv
end