mirror of
https://github.com/LukeSmithxyz/voidrice.git
synced 2026-03-20 01:37:45 +01:00
Essential alias
This commit is contained in:
parent
28c0ab6294
commit
c93d5a1cdd
@ -16,6 +16,7 @@ alias \
|
||||
# Colorize commands when possible.
|
||||
alias \
|
||||
ls="ls -hN --color=auto --group-directories-first" \
|
||||
ll="ls -hNl --color=auto --group-directories-first" \
|
||||
grep="grep --color=auto" \
|
||||
diff="diff --color=auto" \
|
||||
ccat="highlight --out-format=ansi"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user