💾 Archived View for mkl-wlod.srht.site › repo › tree › fish › .config › fish › config.fish.txt captured on 2024-02-05 at 09:43:31.
⬅️ Previous capture (2022-06-04)
-=-=-=-=-=-=-
# Autostart sway after login on tty1 if status --is-login if test (tty) = /dev/tty1 exec sway end end # Envionment Variables set -gx QT_QPA_PLATFORMTHEME qt5ct set -gx EDITOR nvim set -gx TERM alacritty set -gx PATH $HOME/.local/bin /usr/local/bin $PATH set -gx HOME /home/michal/ set -gx USER michal set -gx fish_greeting set -gx MOZ_ENABLE_WAYLAND 1 # Aliases alias cal="cal -m" alias t='date +%H:%M' alias cpp="rsync -a --info=progress2" alias v="nvim" alias sv="sudo nvim " alias pacmans="pacman -Slq | fzf --multi --preview 'pacman -Si {1}' | xargs -ro sudo pacman -Sy" alias pacmanr="pacman -Qq | fzf --multi --preview 'pacman -Qi {1}' | xargs -ro sudo pacman -Rns" alias a="mirage *" alias pm="pulsemixer" alias c="mpv av://v4l2:/dev/video0 --profile=low-latency --untimed" alias yt="mpv --ytdl " alias ytm="mpv --ytdl-format=140 " alias ytl="mpv --ytdl-format=133+140 " alias w="curl wttr.in./bytom " alias n="setsid -f " alias la='ls --color -h --group-directories-first -A1 ' alias ls='ls --color -h --group-directories-first -1 ' alias f='vifm .' alias timer='termdown ' alias stoper='termdown'