9 lines
92 B
Bash
9 lines
92 B
Bash
# ~/.bashrc
|
|
|
|
echo "Server {{HOSTNAME}}"
|
|
|
|
|
|
export PS1="\[\e[32m\]\h:\w\$\[\e[0m\] "
|
|
df -h .
|
|
|