10 lines
177 B
Fish
10 lines
177 B
Fish
source /usr/share/cachyos-fish-config/cachyos-config.fish
|
|
|
|
alias ll='ls --color=auto'
|
|
|
|
export SSH_AUTH_SOCK=$(gpgconf --list-dirs agent-ssh-socket)
|
|
|
|
function fish_greeting
|
|
end
|
|
|