Merge branch 'master' of github.com:js0ny/dotfiles

This commit is contained in:
js0ny 2025-03-03 16:03:50 +00:00
commit a7dfb2272c
27 changed files with 523 additions and 160 deletions

View file

@ -60,6 +60,9 @@ abbr --add ipy ipython
abbr --add g lazygit
abbr --add doomrc "emacsclient -t ~/.config/doom/"
# lsd - modern ls
if command -v lsd > /dev/null
alias ls='lsd'