mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-10 12:54:35 +08:00
7 lines
108 B
Bash
7 lines
108 B
Bash
|
|
# Check for an interactive session
|
|
[ -z "$PS1" ] && return
|
|
|
|
alias ls='ls --color=auto'
|
|
PS1='[\u@\h \W]\$ '
|