Последние изменения в конфигах

This commit is contained in:
2026-01-03 13:35:56 +07:00
parent aa14b29c71
commit 71795d5591
19 changed files with 429 additions and 70 deletions

View File

@@ -5,6 +5,7 @@ set -gx BROWSER /usr/bin/vivaldi
set -gx TERMINAL kitty
set -gx PAGER /usr/bin/bat
set -gx GTK_THEME Colloid-Green-Dark-Compact-Gruvbox
set -gx AUR_HELPER yay # fish
#starship init fish | source
@@ -26,7 +27,10 @@ alias yy="yay --editmenu"
alias pkginfo="pacman -Qq | fzf --preview 'pacman -Qil {} | bat -fpl yml' --layout=reverse --bind 'enter:execute(pacman -Qil {} | less)'"
#alias cat="bat -p --theme gruvbox-dark"
alias cat="bat"
alias rm="trash-put"
#alias rm="trash-put"
alias rm="vx -f"
alias vxs="vx -s"
alias vxl="vx -l"
#alias rm="trashy put"
#alias rl="trashy list | fzf --multi | awk '{$1=$1;print}' | rev | cut -d ' ' -f1 | rev | xargs trashy restore --match=exact --force"
#alias re="trashy empty --all"