Switch less option to be more safe.

This commit is contained in:
Bartek Stalewski 2022-10-04 14:56:23 +02:00
parent 5f208e3e4f
commit aa30f36abd

View File

@ -1,6 +1,6 @@
alias ga='git add .; git commit --no-edit --amend; git push --force-with-lease' alias ga='git add .; git commit --no-edit --amend; git push --force-with-lease'
alias gae='git add .; git commit --amend; git push --force-with-lease' alias gae='git add .; git commit --amend; git push --force-with-lease'
alias less='less -r' alias less='less -R'
[ $(command -v bat) ] && alias cat='bat -pp --color=always --tabs=2 --theme=Monokai\ Extended\ Bright' [ $(command -v bat) ] && alias cat='bat -pp --color=always --tabs=2 --theme=Monokai\ Extended\ Bright'
if [ $(command -v exa) ]; then if [ $(command -v exa) ]; then