Void Linux workstation powered by niri, Fish and NeoVim. Contains scripts, browser extensions, custom XBPS packages, and typst plugins. git.anhgelus.world/anhgelus/dotfiles
void niri fish neovim nvim vim dotfiles linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

feat(fish): alias for rg

+1
+1
config/fish/config.fish
··· 58 58 59 59 # alias 60 60 alias ll "eza -lha --icons=auto --sort=name --group-directories-first" 61 + alias rg "rg -C 3"