Files
ports/core/filesystem/bashrc.skel
2019-06-11 22:56:03 +08:00

10 lines
141 B
Plaintext
Executable File

#
# ~/.bashrc
#
# If not running interactively, don't do anything
[[ $- != *i* ]] && return
alias ls='ls --color=auto'
PS1='[\u@\h \W]\$ '