void-packages/srcpkgs/base-files/files/dot_bashrc

10 lines
200 B
Text

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