240:728bcd733718
Anton Shestakov <av6@dwimlabs.net>, Sat, 26 Nov 2022 01:35:58 +0400
.vimrc: t_Co should be set automatically nowadays If not, check your terminal settings and/or .bashrc or other sourced files. My current $TERM is set to xterm-256color by xfce4-terminal.

previous change 107:5b333e300578

.bash_aliases

Permissions: -rw-r--r--

Other formats: Feeds:
#!/bin/bash
alias ls="ls --color=auto"
alias grep="grep --color=auto"
alias egrep="egrep --color=auto"
alias fgrep="fgrep --color=auto"
alias cal="cal -NM3"
alias whatsopen="lsof -i -P -n -sTCP:LISTEN"