Skip to content

Commit

Permalink
Fix bat paging following bug report
Browse files Browse the repository at this point in the history
  • Loading branch information
pwalch committed Mar 13, 2024
1 parent bb8f1f1 commit ddf7368
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions dot_zshrc_custom.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ fi

export PATH="$HOME/.local/bin:$PATH"
export EDITOR="micro"
export PAGER="bat"

alias zshc="$EDITOR ~/.zshrc_custom.zsh"
alias zshs="$EDITOR ~/.secrets.sh"
Expand Down Expand Up @@ -137,7 +136,7 @@ if [[ "$OSTYPE" == "darwin"* ]]; then
fi

# Modern tools replace old ones
alias cat="bat --paging never --plain"
alias cat="bat --paging=never"
alias catp="bat"

alias rg="rg --sort-files"
Expand Down

0 comments on commit ddf7368

Please sign in to comment.