Add bat alias

This commit is contained in:
Cyryl Płotnicki 2019-06-30 18:23:47 +01:00
parent 0bad069360
commit 6791fe23a1

View file

@ -37,7 +37,7 @@
setopt HIST_IGNORE_ALL_DUPS setopt HIST_IGNORE_ALL_DUPS
''; '';
sessionVariables = { TERM="xterm-256color"; EDITOR="vim"; VISUAL="vim"; PAGER="less"; ZSH_TMUX_AUTOSTART=true; }; sessionVariables = { TERM="xterm-256color"; EDITOR="vim"; VISUAL="vim"; PAGER="less"; ZSH_TMUX_AUTOSTART=true; };
shellAliases = { tmate = "tmux detach-client -E 'tmate;tmux'"; }; shellAliases = { tmate = "tmux detach-client -E 'tmate;tmux'"; cat = "bat"; };
}; };
alacritty = { alacritty = {