db-move: moved seahorse from [testing] to [extra] (x86_64)
[arch-packages.git] / bash / trunk / dot.bashrc
blob9283825aea5233d65e5a0fb3298d42d1128461ff
2 # ~/.bashrc
5 # If not running interactively, don't do anything
6 [[ $- != *i* ]] && return
8 alias ls='ls --color=auto'
9 alias grep='grep --color=auto'
10 PS1='[\u@\h \W]\$ '