From c5109faefe0b1165cf656356e56412753b0540a6 Mon Sep 17 00:00:00 2001 From: rhpidfyre Date: Sat, 24 May 2025 14:13:40 -0400 Subject: [PATCH] change and add some aliases --- src/config.fish | 18 ++++++------------ 1 file changed, 6 insertions(+), 12 deletions(-) diff --git a/src/config.fish b/src/config.fish index b8df22c..d88c83f 100644 --- a/src/config.fish +++ b/src/config.fish @@ -2,10 +2,13 @@ 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 fastfetch="fastfetch | lolcat" + alias arch-news="paru -Pww" + alias neofetch="fastfetch" alias weather="curl $_weather_service" alias grep="grep --color=auto" alias ccd="cd && c" + alias man="batman" alias ls="ls -l --color" alias la="ls -a" alias c="clear" @@ -35,16 +38,7 @@ end function __ssh alias ssh-pubkey="cat ~/.ssh/id_ed25519.pub" - alias ssh-pufferpanel="ssh root@192.168.1.157" - alias ssh-cloudflare="ssh root@192.168.1.175" - alias ssh-portainer="ssh root@192.168.1.163" - alias ssh-nextcloud="ssh root@192.168.1.166" - alias ssh-wireguard="ssh root@192.168.1.161" - alias ssh-postgres="ssh root@192.168.1.165" - alias ssh-adguard="ssh root@192.168.1.151" - alias ssh-proxmox="ssh root@192.168.1.221" - alias ssh-matrix="ssh root@192.168.1.176" - alias ssh-gitea="ssh root@192.168.1.167" + alias ssh-proxmox="ssh root@10.221" end if status is-interactive @@ -58,4 +52,4 @@ if status is-interactive function lazy-pacman-remove sudo pacman -R $(pacman -Qtq | grep -o "$argv.*") end -end +end \ No newline at end of file