|
Last change
on this file since 2771 was 2771, checked in by Александър Шопов, 13 years ago |
|
basrhc: синоним за бързо подаване
|
|
File size:
656 bytes
|
| Line | |
|---|
| 1 | # .bashrc
|
|---|
| 2 |
|
|---|
| 3 | # Source global definitions
|
|---|
| 4 | if [ -f /etc/bashrc ]; then
|
|---|
| 5 | . /etc/bashrc
|
|---|
| 6 | fi
|
|---|
| 7 |
|
|---|
| 8 | # User specific aliases and functions
|
|---|
| 9 | alias i='intltool-update'
|
|---|
| 10 | alias m='msgfmt -cvv --check-accelerators=_'
|
|---|
| 11 | alias e='emacs -nw'
|
|---|
| 12 | alias d='sed -n "/^\(#~ \)\?msgstr/,/^\(#~ \)\?msgid/p" bg.po | grep -v "^#[^~]" | grep -v "^$"| grep -v "^\(#~ \)\?msgid" | sed "s/_//" > 1 '
|
|---|
| 13 | alias a='cat 1 | aspell -d bg list | grep -vi "[a-z][a-z]*" | sort -u > a'
|
|---|
| 14 | alias pushgtp='for file in *.bg.po; do name=`echo $file | sed "s/^\([^.]*\)[.]\([^.]*\)[.].*$/\1/g"`; branch=`echo $file | sed "s/^\([^.]*\)[.]\([^.]*\)[.].*$/\2/g"`; svn ci $file -m "$name: committed in $branch"; done'
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.