ssh, ls, and fastfetch uses lolcat

This commit is contained in:
rhpidfyre 2025-04-03 22:47:47 -04:00
parent af94971b7d
commit d7e06263b2

View File

@ -2,9 +2,11 @@ function __base-aliases
set -l _weather_service wttr.in
alias pacman-mirrors="sudo reflector --protocol https --country US --age 24 --verbose --sort rate -l 100 --save /etc/pacman.d/mirrorlist"
alias fastfetch="fastfetch | lolcat"
alias weather="curl $_weather_service"
alias grep="grep --color=auto"
alias ccd="cd && c"
alias ls="ls -l --color"
alias la="ls -a"
alias c="clear"
end
@ -32,9 +34,15 @@ function __sd
end
end
function __ssh
alias ssh-pubkey="cat ~/.ssh/id_ed25519.pub"
alias ssh-proxmox="ssh root@192.168.1.221"
end
if status is-interactive
__base-aliases
__configs
__media
__sd
__ssh
end