From 9bd3e7e144089f29706f80c4f392eb0a805e239a Mon Sep 17 00:00:00 2001 From: Maxim Likhachev Date: Sat, 12 Apr 2014 11:13:38 +0600 Subject: [PATCH] =?UTF-8?q?bash:=20=D0=BD=D0=BE=D0=B2=D1=8B=D0=B5=20=D0=BF?= =?UTF-8?q?=D1=81=D0=B5=D0=B2=D0=B4=D0=BE=D0=BD=D0=B8=D0=BC=D1=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- etc/shell/bash/aliases | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/etc/shell/bash/aliases b/etc/shell/bash/aliases index 6ab1708..a70aaef 100755 --- a/etc/shell/bash/aliases +++ b/etc/shell/bash/aliases @@ -1,6 +1,6 @@ #!/bin/bash #################################################################### # -# Изменён: Чт 13 мар 2014 15:25:48 +# Изменён: Вс 23 мар 2014 14:22:55 # ################################################################################ #{{{ Псевдонимы @@ -55,7 +55,8 @@ alias figlet="figlet -f $SHELLRC/etc/soft/figlet/fonts/standard.flf" #noindex alias cdargs="cdargs -b -f $SHELLRC/etc/soft/cdargs/cdargs -o $SHELLRC/etc/soft/cdargs/cdargsresult" #noindex # alias zathura="nh zathura -c $SHELLRC/etc/soft/zathura/ -d $SHELLRC/etc/soft/zathura/ -p $SHELLRC/etc/soft/zathura/plugins" #noindex alias zathura="nh zathura" #noindex -alias z="nh zathura -c $SHELLRC/etc/soft/zathura/ -d $SHELLRC/etc/soft/zathura/ -p $SHELLRC/etc/soft/zathura/plugins" #noindex +alias z="nh zathura" #noindex +# alias z="nh zathura -c $SHELLRC/etc/soft/zathura/ -d $SHELLRC/etc/soft/zathura/ -p $SHELLRC/etc/soft/zathura/plugins" #noindex alias ooo="nh soffice" #noindex alias sendemail="sendemail -l $LOGDIR/sendemail" #noindex alias g=git #noindex @@ -473,5 +474,8 @@ alias ,w,w="vim -c VimwikiMakeDiaryNote" #noindex #- Vim со списком последних файлов alias ,m="vim -c MRU" #noindex +#- Загрузка текста на ix.io +alias ix="curl -F 'f:1=<-' ix.io" + #}}} ###########################################################################