first check-in of feisty meow codebase. many things broken still due to recent
[feisty_meow.git] / scripts / core / common_aliases.txt
1 # common aliases are stored here.  these should work to some degree in
2 # all environments, given some twiddling of characters to make the lines
3 # appropriate for the shell.
4
5 aliases=alias
6 #arch='if [ -f /bin/arch ]; then /bin/arch; else uname -m; fi' 
7 cd..='\cd ..'
8 cd...='\cd ../..'
9 cd....='\cd ../../..'
10 cd.....='\cd ../../../..'
11 cdt='\cd /'
12 copy='\cp -i -v '
13 cp='\cp -i -v '
14 cvs='perl $SHELLDIR/rev_control/cvs_fix.pl'
15 del='perl $SHELLDIR/files/safedel.pl'
16 deltree='perl $SHELLDIR/files/safedel.pl'
17 df='\df -m'
18 dir='perl $SHELLDIR/files/summing_dir.pl'
19 #du='\du --exclude=.svn -h'  # doesn't work on mac.
20 du='\du -h'
21 erase='perl $SHELLDIR/files/safedel.pl'
22 l='\ls -FC $color_add'
23 ls='\ls -FC $color_add'
24 lsd='ls -l'
25 md='mkdir'
26 mo='less'
27 more='less'
28 move='mv -i -v '
29 mplayer='\mplayer -ao arts'
30 mv='\mv -i -v '
31 np='gvim'
32 path='echo $PATH'
33 play='bash $SHELLDIR/multimedia/sound_play.sh'
34 rebu='make REBUILD=t'
35 rmdir='perl $SHELLDIR/files/zapdirs.pl'
36 rd='perl $SHELLDIR/files/zapdirs.pl'
37 #regen-- this might be better as a function.
38 regenerate='bash $SHELLDIR/core/bootstrap_shells.sh ; perl $SHELLDIR/core/generate_aliases.pl ; echo ; nechung'
39 reroot='chowngrp -R root /root'
40 dvd_rip='vobcopy -m'
41 rm='perl $SHELLDIR/files/safedel.pl'
42 ren='\mv -v -i '
43 up='cd ..'
44 whence=which
45 why='echo just because.'
46 xterm='xterm $myxtermflags'
47 xtroff='xtroff $myxflags'
48 # don't add blank lines or they are interpreted as needing treatment.