too many things

This commit is contained in:
fbachus
2025-09-02 03:32:47 +02:00
parent c26d3a64b0
commit f19e8a00c7
81 changed files with 2724 additions and 1549 deletions

View File

@@ -15,7 +15,7 @@ abbr -a -- gs git status
abbr -a -- lgb git lgb
abbr -a !! --position anywhere --function last_history_item
abbr -a mksilent --position anywhere "&>/dev/null&"
abbr -a inbg --position anywhere "&>/dev/null& && jobs | disown"
abbr -a inbg --position anywhere "&>/dev/null&; jobs | disown"
abbr -a -- rm-orphans "sudo pacman -Qtdq | sudo pacman -Rns -"
abbr -a -- screenl "systemctl hybrid-sleep && hyprlock &>/dev/null&"
abbr -a -- tree "eza -T"
@@ -23,6 +23,9 @@ abbr -a -- trd "eza -T -D"
abbr -a -- trl "eza -T -L "
abbr -a -- trld "eza -T -D -L "
abbr -a -- trdl "eza -T -D -L "
abbr -a -- zayi yazi
abbr -a -- nv nvim
abbr -a -- v nvim
abbr -a "packagelist-update" "pacman -Qe | sed 's/ .*//g' | tee ~/Sync/explicitly_installed"
abbr -a "nvim-headless-update" 'nvim --headless "+Lazy! sync" +qa'
abbr -a "nvim-headless-clean" 'nvim --headless "+Lazy! clean" +qa'
@@ -59,6 +62,7 @@ set -g fish_color_valid_path --underline
starship init fish | source
zoxide init --cmd cd fish | source
# atuin init fish | source
# pnpm
set -gx PNPM_HOME "/home/felix/.local/share/pnpm"