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): hide dotfiles in ll and create lla to show them

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