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 testing-x86_64
[arch-packages.git]
/
bash
/
repos
/
core-x86_64
/
dot.bashrc
blob
9283825aea5233d65e5a0fb3298d42d1128461ff
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
alias grep='grep --color=auto'
10
PS1='[\u@\h \W]\$ '