|
@@ -15,19 +15,8 @@ alias npm="$HOME/local/node/bin/npm"
|
15
|
15
|
alias tap="./node_modules/tap/bin/tap.js"
|
16
|
16
|
alias tap-reader="./node_modules/tap/bin/tap-reader.js"
|
17
|
17
|
|
18
|
|
-# keep modified stamps for some files
|
19
|
|
-alias vim='~/bin/vim-bx.pl'
|
20
|
|
-
|
21
|
|
-alias Markdown='~/bin/Markdown'
|
22
|
18
|
alias diff="colordiff -u"
|
23
|
19
|
|
24
|
|
-# from minions
|
25
|
|
-alias autotest.pl='~/bin/autotest.pl'
|
26
|
|
-alias watchdump.pl='~/bin/watchdump.pl'
|
27
|
|
-
|
28
|
|
-# Linux counter
|
29
|
|
-alias lico-update.sh='~/bin/lico-update.sh'
|
30
|
|
-
|
31
|
20
|
|
32
|
21
|
### ...... ###
|
33
|
22
|
### OTHERS ###
|