|
|
|
@ -1,7 +1,7 @@
@@ -1,7 +1,7 @@
|
|
|
|
|
#!/bin/bash #################################################################### |
|
|
|
|
# |
|
|
|
|
# Создан: Ср 14 авг 2013 12:07:22 |
|
|
|
|
# Изменён: Вт 27 авг 2013 12:29:18 |
|
|
|
|
# Изменён: Ср 28 авг 2013 15:20:27 |
|
|
|
|
# |
|
|
|
|
################################################################################ |
|
|
|
|
#{{{ \033[00m\n\b------<Cygwin>\n |
|
|
|
@ -134,7 +134,8 @@ alias elastix="firefox https://sip.tkpt.ru/index.php &" #noindex
@@ -134,7 +134,8 @@ alias elastix="firefox https://sip.tkpt.ru/index.php &" #noindex
|
|
|
|
|
|
|
|
|
|
#- Открытие страницы vimwiki в браузере |
|
|
|
|
wiki() { |
|
|
|
|
firefox $(cygpath -w //file-srv/homedir$/`whoami`/wiki/${1:-index}.html) & |
|
|
|
|
url=$(cygpath -w //file-srv/homedir$/`whoami`/wiki/"`echo ${1:-index} | sed 's/_/ /g'`".html) |
|
|
|
|
firefox "$url" & |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
#}}} ########################################################################### |
|
|
|
|