From dd1019cb27d3fc6e00c5fa0d30dfeca453744613 Mon Sep 17 00:00:00 2001 From: Nguyễn Gia Phong Date: Sat, 25 Apr 2020 16:11:29 +0700 Subject: Update 2020-04-25 --- debian/.bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian/.bashrc') diff --git a/debian/.bashrc b/debian/.bashrc index eaef3c6..112dd18 100644 --- a/debian/.bashrc +++ b/debian/.bashrc @@ -90,7 +90,7 @@ alias la='ls -A' # You may want to put all your additions into a separate file like # ~/.bash_aliases, instead of adding them here directly. # See /usr/share/doc/bash-doc/examples in the bash-doc package. -alias l='$(fc -ln -1) | less' +alias l='$(fc -ln -1) | less -r' alias r=ranger alias gcc='gcc -Wall -Wextra -pedantic -O2 -lm' alias g++='g++ -Wall -Wextra -pedantic -O2 -lm' -- cgit 1.4.1