Add highlighter support
A new config file for highlighter and a zsh alias to make it behave as expected when invoked, even if the alias is over-reaching a bit.
This commit is contained in:
parent
f85e083345
commit
6ca1241b06
2 changed files with 26 additions and 0 deletions
1
.zshrc
1
.zshrc
|
@ -48,6 +48,7 @@ esac
|
|||
alias ct="clear && task"
|
||||
alias tt="taskwarrior-tui"
|
||||
alias grep='grep -EIs --color=auto --exclude-dir=.git'
|
||||
alias highlight='highlight --out-format=xterm256 --style=base16'
|
||||
|
||||
HISTFILE=~/.zsh_history
|
||||
HISTSIZE=10000
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue