]> git.ipfire.org Git - people/arne_f/ipfire-3.x.git/blob - pkgs/bash/dot_bashrc
Change file layout of the makefiles.
[people/arne_f/ipfire-3.x.git] / pkgs / bash / dot_bashrc
1 # .bashrc
2
3 # User specific aliases and functions
4
5 alias rm='rm -i'
6 alias cp='cp -i'
7 alias mv='mv -i'
8
9 # Source global definitions
10 if [ -f /etc/bashrc ]; then
11 . /etc/bashrc
12 fi