mirror of
https://github.com/LukeSmithxyz/voidrice.git
synced 2026-01-30 09:48:11 +01:00
ccat fix
This commit is contained in:
parent
f39d0f3391
commit
920ce00e3d
2
.bashrc
2
.bashrc
@ -37,7 +37,7 @@ alias pi="bash ~/.larbs/wizard/wizard.sh"
|
|||||||
# Adding color
|
# Adding color
|
||||||
alias ls='ls -hN --color=auto --group-directories-first'
|
alias ls='ls -hN --color=auto --group-directories-first'
|
||||||
alias crep="grep --color=always" # Color grep - highlight desired sequence.
|
alias crep="grep --color=always" # Color grep - highlight desired sequence.
|
||||||
alias ccat="highlight --out-format=xterm256" #Color cat - print file with syntax highlighting.
|
alias ccat="highlight --out-format=ansi" #Color cat - print file with syntax highlighting.
|
||||||
|
|
||||||
# Internet
|
# Internet
|
||||||
alias yt="youtube-dl --add-metadata -ic" # Download video link
|
alias yt="youtube-dl --add-metadata -ic" # Download video link
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user