WizardKit/.linux_items/archlive/airootfs/etc/skel/.bashrc
2017-12-06 18:10:39 -08:00

14 lines
199 B
Bash

#
# ~/.bashrc
#
# If not running interactively, don't do anything
[[ $- != *i* ]] && return
PS1='[\u@\h \W]\$ '
## Load aliases
. $HOME/.aliases
# Update LS_COLORS
eval $(dircolors ~/.dircolors)