Use bat with a nice theme
This commit is contained in:
parent
a68c911184
commit
a258e03a1c
1 changed files with 4 additions and 0 deletions
|
@ -179,6 +179,9 @@ alias v=nvim
|
||||||
# Exa!
|
# Exa!
|
||||||
alias ls=exa
|
alias ls=exa
|
||||||
|
|
||||||
|
# Bat!
|
||||||
|
alias cat='bat --theme=GitHub'
|
||||||
|
|
||||||
# Use fzf to select a running tmux session to attach to
|
# Use fzf to select a running tmux session to attach to
|
||||||
function select_session_interactive {
|
function select_session_interactive {
|
||||||
tmux list-sessions 2> /dev/null |
|
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.
|
# 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
|
if [ -f '/Users/maxbucknell/google-cloud-sdk/completion.zsh.inc' ]; then . '/Users/maxbucknell/google-cloud-sdk/completion.zsh.inc'; fi
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue