mirror of
https://git.victorphan.net/basketballcantho/Teedy_custom.git
synced 2026-08-05 05:53:12 +07:00
6 lines
133 B
Bash
6 lines
133 B
Bash
export SHELL=/bin/bash
|
|
export LS_OPTIONS='--color=auto'
|
|
eval "`dircolors /etc/dircolors`"
|
|
alias ls='ls $LS_OPTIONS'
|
|
alias ll='ls -l'
|