|
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
|
|---|
| 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/,/^#/p" bg.po | sed "s/_//" | grep -v "^#" | grep -v "^$" > 1 '
|
|---|
| 13 |
|
|---|
| 14 |
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.