Attempting to carve out a sensible chunk of stuff for a dotfiles repo.
Sure hope I didn't miss any super secret crap :-P
This commit is contained in:
15
bashrc
Normal file
15
bashrc
Normal file
@@ -0,0 +1,15 @@
|
||||
test -n "$PROMPT_COMMAND" && unset PROMPT_COMMAND
|
||||
|
||||
PATH="$HOME/bin:$PATH"
|
||||
export PATH
|
||||
|
||||
export PS1="\u@\h:\w\$ "
|
||||
test -f "$HOME/.bashrc_local" && source "$HOME/.bashrc_local"
|
||||
|
||||
if test -t 0
|
||||
then
|
||||
source ~/.bash_aliases
|
||||
source ~/.bash_functions
|
||||
fi
|
||||
|
||||
# vim:filetype=sh
|
Reference in New Issue
Block a user