Use bat with a nice theme

This commit is contained in:
Max Bucknell 2020-03-04 15:24:49 +11:00
parent a68c911184
commit a258e03a1c

View file

@ -179,6 +179,9 @@ alias v=nvim
# Exa!
alias ls=exa
# Bat!
alias cat='bat --theme=GitHub'
# Use fzf to select a running tmux session to attach to
function select_session_interactive {
tmux list-sessions 2> /dev/null |
@ -221,3 +224,4 @@ if [ -f '/Users/maxbucknell/google-cloud-sdk/path.zsh.inc' ]; then . '/Users/max
# The next line enables shell command completion for gcloud.
if [ -f '/Users/maxbucknell/google-cloud-sdk/completion.zsh.inc' ]; then . '/Users/maxbucknell/google-cloud-sdk/completion.zsh.inc'; fi