Skip to content

Commit be3c623

Browse files
bashrc: set TERM env-var to "linux"
Signed-off-by: Andy-Python-Programmer <andypythonappdeveloper@gmail.com>
1 parent 822f7d2 commit be3c623

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

base-files/.bashrc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ HISTCONTROL=ignoredups
44
HISTSIZE=-1
55
HISTFILESIZE=-1
66

7+
TERM=linux
8+
79
alias ls="ls --color=auto"
810
alias clear='printf "\e[2J\e[H"'
911

0 commit comments

Comments
 (0)