source: scripts/bashrc@ 1337

Last change on this file since 1337 was 1337, checked in by Александър Шопов, 18 years ago

Още скриптове, които редовно ползвам. Може да са интересни за другите.

File size: 307 bytes
Line 
1# .bashrc
2
3# Source global definitions
4if [ -f /etc/bashrc ]; then
5 . /etc/bashrc
6fi
7
8# User specific aliases and functions
9alias i='intltool-update'
10alias m='msgfmt -cvv --check-accelerators=_'
11alias e='emacs -nw'
12alias d='sed -n "/^msgstr/,/^#/p" bg.po | sed "s/_//" | grep -v "^#" | grep -v "^$" > 1 '
13
14
Note: See TracBrowser for help on using the repository browser.