diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2018-09-30 20:08:01 -0400 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2018-09-30 20:08:01 -0400 |
| commit | 920ce00e3d94a1d7e193a2021dc0151dca88003f (patch) | |
| tree | a2d6bdb74f039a0ae19b41f63857920f75402d87 | |
| parent | f39d0f3391d92bb6d33c30687a0d52f1faeca23a (diff) | |
| download | eibhear-920ce00e3d94a1d7e193a2021dc0151dca88003f.tar.gz eibhear-920ce00e3d94a1d7e193a2021dc0151dca88003f.tar.zst eibhear-920ce00e3d94a1d7e193a2021dc0151dca88003f.zip | |
ccat fix
| -rw-r--r-- | .bashrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -37,7 +37,7 @@ alias pi="bash ~/.larbs/wizard/wizard.sh" # Adding color alias ls='ls -hN --color=auto --group-directories-first' 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 alias yt="youtube-dl --add-metadata -ic" # Download video link |
