diff options
| author | 2020-09-15 19:01:00 -0400 | |
|---|---|---|
| committer | 2020-09-15 19:01:00 -0400 | |
| commit | 9eae578c59923794aab6a989dea8225b09f93d61 (patch) | |
| tree | a0a6c340b6c67b39d24c43dfaa3ce19d91870530 | |
| parent | env: LESS only scrolls 2 at a time (diff) | |
zsh: bat plugin uses true plain
also use a nicer alias
| -rw-r--r-- | dot_zsh/plugins/bat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dot_zsh/plugins/bat b/dot_zsh/plugins/bat index 9d542ab..6127999 100644 --- a/dot_zsh/plugins/bat +++ b/dot_zsh/plugins/bat @@ -1,4 +1,4 @@ #!/bin/zsh (( $+commands[bat] )) || return -alias cat=bat pcat='bat -p' +alias cat=bat c='bat -pp' |
