Browse Source

add vl candidate

pull/1/head
10sr 11 years ago
parent
commit
dbf7e430ba
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      bashrc

+ 2
- 1
bashrc View File

@@ -167,7 +167,8 @@ alias aptsearch="apt-cache search"
alias aptshow="apt-cache show"

for f in /usr/share/vim/vimcurrent/macros/less.sh \
/usr/share/vim/vim73/macros/less.sh
/usr/share/vim/vim73/macros/less.sh \
/usr/share/vim/vim72/macros/less.sh
do
test -f $f && alias vl=$f && break
done


Loading…
Cancel
Save