feat(emacs): Org view, telega, doomrc alias

This commit is contained in:
js0ny 2025-03-02 13:28:55 +00:00
parent f6c8ed920d
commit b860bc0bc8
7 changed files with 109 additions and 3 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'