repo.or.cz
/
arch-packages.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
archrelease: copy trunk to extra-x86_64
[arch-packages.git]
/
bash
/
trunk
/
dot.bashrc
blob
a355b0cd3267334cbec1a524ec024d59d5b5e0b2
1
#
2
# ~/.bashrc
3
#
4
5
# If not running interactively, don't do anything
6
[[ $- != *i* ]] && return
7
8
alias ls='ls --color=auto'
9
PS1='[\u@\h \W]\$ '