Disable bat pagin

This commit is contained in:
Thomas Forgione 2018-10-11 11:16:45 +02:00
parent d56e56c594
commit c40fbdc3d7
No known key found for this signature in database
GPG Key ID: 203DAEA747F48F41
1 changed files with 3 additions and 0 deletions

View File

@ -56,6 +56,9 @@ alias lsd="ls"
# Jump
alias j="jump"
# Disable bat paging
alias bat="bat --paging=never"
# Initialize thefuck
command -v thefuck > /dev/null 2>&1