WizardKit/setup/linux/include/airootfs/etc/skel/.bashrc
2Shirt ac2e5a4fcf
New project orgnization
* Match upstream layout for the benefits listed there
2020-01-08 00:28:56 -07:00

17 lines
247 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)
# WizardKit
export PYTHONPATH='/usr/local/bin'