]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame_incremental - bash/dot_bashrc
multipath-tools: Update to latest development snapshot (120613).
[people/ms/ipfire-3.x.git] / bash / dot_bashrc
... / ...
CommitLineData
1# .bashrc
2
3# User specific aliases and functions
4
5alias rm='rm -i'
6alias cp='cp -i'
7alias mv='mv -i'
8
9# Source global definitions
10if [ -f /etc/bashrc ]; then
11 . /etc/bashrc
12fi