Lint shell scripts

This commit is contained in:
Ohad Livne 2025-06-04 22:46:06 +03:00
parent 5dcc5621b7
commit 071d446c84
Signed by: libohad-dev
GPG key ID: 34FDC68B51191A4D
3 changed files with 13 additions and 2 deletions

2
.bash_aliases Normal file → Executable file
View file

@ -1,3 +1,5 @@
#! /usr/bin/bash
alias ll="exa --binary --long"
alias la="ll --all"
alias tree="ll --tree"