change and add some aliases
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user