mirror of
https://github.com/RROrg/rr.git
synced 2025-06-21 05:51:05 +08:00
10 lines
245 B
Bash
10 lines
245 B
Bash
[[ "$-" != *i* ]] && return
|
|
export LS_OPTIONS='--color=auto'
|
|
export SHELL='linux'
|
|
eval "`dircolors`"
|
|
alias ls='ls -F -h --color=always -v --author --time-style=long-iso'
|
|
alias ll='ls -l'
|
|
alias l='ls -l -a'
|
|
alias h='history 25'
|
|
alias j='jobs -l'
|