]> git.pld-linux.org Git - packages/bash.git/blame - bashrc
- removed setting of PS1 - causes that PS1 set througt profile does not
[packages/bash.git] / bashrc
CommitLineData
5266f627 1# /etc/bashrc
2
3# System wide functions and aliases
4# Environment stuff goes in /etc/profile
5
4556fc70 6# For some unknown reason bash refuses to inherit
7# PS1 in some circumstances that I can't figure out.
8# Putting PS1 here ensures that it gets loaded every time.
375655d9 9#PS1="[\u@\h \W]\\$ "
4556fc70 10
f059f7fe 11alias which="type -p"
4556fc70 12
f685cf89 13# SYSTEM WIDE ALIASES ETC.
14for i in `find /etc/shrc.d -name '*.sh'` ; do
d24a5bf7 15 . $i
4556fc70 16done
238a827d 17unset i
aafe766f
TP
18
19stty erase `tput kbs`
This page took 0.33884 seconds and 4 git commands to generate.