mirror of
https://github.com/LucasVbr/dotfiles.git
synced 2026-07-09 06:57:47 +00:00
Initial commit
This commit is contained in:
Executable
+10
@@ -0,0 +1,10 @@
|
||||
alias ls='eza --icons'
|
||||
|
||||
cat() {
|
||||
if [[ "$1" == *.md ]]; then
|
||||
glow "$@"
|
||||
else
|
||||
command cat "$@"
|
||||
fi
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user