1
Fork 0

Add bat and exa aliases.

This commit is contained in:
Bauke 2022-05-15 19:16:05 +02:00
parent 01be1de9ff
commit 4b50c82090
Signed by: Bauke
GPG Key ID: C1C0F29952BCF558
1 changed files with 2 additions and 0 deletions

View File

@ -1,4 +1,6 @@
alias c.="codium ."
alias cat="bat"
alias ls="exa"
alias o="xdg-open"
alias trash="gio trash"
alias youtube-dl="yt-dlp"