From aa30f36abd0fd1ba60c065221ead35ec53a241e9 Mon Sep 17 00:00:00 2001 From: Bartek Stalewski Date: Tue, 4 Oct 2022 14:56:23 +0200 Subject: [PATCH] Switch less option to be more safe. --- zsh/aliases.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsh/aliases.zsh b/zsh/aliases.zsh index a2579ef..74dfa6f 100644 --- a/zsh/aliases.zsh +++ b/zsh/aliases.zsh @@ -1,6 +1,6 @@ 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 less='less -r' +alias less='less -R' [ $(command -v bat) ] && alias cat='bat -pp --color=always --tabs=2 --theme=Monokai\ Extended\ Bright' if [ $(command -v exa) ]; then