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
db-move: moved seahorse from [testing] to [extra] (x86_64)
[arch-packages.git]
/
bash
/
trunk
/
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]\$ '