too many things
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user