qemush : source-highlight failsafe
This commit is contained in:
parent
4f74bfcb46
commit
87498f7bb8
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ EDITOR="${EDITOR:-nvim}"
|
||||||
alias ls='ls --color=auto'
|
alias ls='ls --color=auto'
|
||||||
alias exec='exec '
|
alias exec='exec '
|
||||||
if [ -t 1 ]; then
|
if [ -t 1 ]; then
|
||||||
alias pretty_cat='source-highlight -f esc --style-file=esc.style -i'
|
alias pretty_cat='source-highlight --failsafe -f esc --style-file=esc.style -i'
|
||||||
else
|
else
|
||||||
alias pretty_cat=cat
|
alias pretty_cat=cat
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue