Compare commits
4 Commits
ce079c508d
...
master
Author | SHA1 | Date | |
---|---|---|---|
c5109faefe | |||
7c38b27442 | |||
c347f9738f | |||
d69194cd7b |
@ -2,10 +2,13 @@ function __base-aliases
|
|||||||
set -l _weather_service wttr.in
|
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 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 weather="curl $_weather_service"
|
||||||
alias grep="grep --color=auto"
|
alias grep="grep --color=auto"
|
||||||
alias ccd="cd && c"
|
alias ccd="cd && c"
|
||||||
|
alias man="batman"
|
||||||
alias ls="ls -l --color"
|
alias ls="ls -l --color"
|
||||||
alias la="ls -a"
|
alias la="ls -a"
|
||||||
alias c="clear"
|
alias c="clear"
|
||||||
@ -15,7 +18,6 @@ function __configs
|
|||||||
set -l _editor xdg-open
|
set -l _editor xdg-open
|
||||||
|
|
||||||
alias fish-config="$_editor ~/.config/fish/config.fish"
|
alias fish-config="$_editor ~/.config/fish/config.fish"
|
||||||
alias wez-config="$_editor ~/.config/wezterm/wezterm.lua"
|
|
||||||
end
|
end
|
||||||
|
|
||||||
function __media
|
function __media
|
||||||
@ -36,7 +38,7 @@ end
|
|||||||
|
|
||||||
function __ssh
|
function __ssh
|
||||||
alias ssh-pubkey="cat ~/.ssh/id_ed25519.pub"
|
alias ssh-pubkey="cat ~/.ssh/id_ed25519.pub"
|
||||||
alias ssh-proxmox="ssh root@192.168.1.221"
|
alias ssh-proxmox="ssh root@10.221"
|
||||||
end
|
end
|
||||||
|
|
||||||
if status is-interactive
|
if status is-interactive
|
||||||
|
Reference in New Issue
Block a user