From 416b29f01eb9e59c16ed859396668c5f1beb9a15 Mon Sep 17 00:00:00 2001 From: Maxim Likhachev Date: Fri, 12 Jun 2020 01:52:44 +0300 Subject: [PATCH] bash: aliases: ++zt, tabbed zathura --- etc/shell/bash/aliases | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/etc/shell/bash/aliases b/etc/shell/bash/aliases index 672bb72..f876e8e 100755 --- a/etc/shell/bash/aliases +++ b/etc/shell/bash/aliases @@ -59,8 +59,6 @@ alias lsi="TERM=xterm-256color lsi" #noindex alias mutt="TERM=xterm-256color mutt -y -F $SHELLRC/etc/mail/mutt/muttrc && echo "0" > $MD/new" #noindex alias screen="TERM=rxvt-256color screen" #noindex alias figlet="figlet -f $SHELLRC/etc/soft/figlet/fonts/standard.flf" #noindex -alias zathura="nh zathura" #noindex -alias z="nh zathura" #noindex alias kz="killall zathura" #noindex alias g=git #noindex alias startx="xinit -- /usr/bin/X" #noindex @@ -183,6 +181,14 @@ quote() { #{{{ \033[00m\n\b------<Работа_с_файлами>\n ################################################################################ +alias zathura="nh zathura" #noindex +alias z="nh zathura" #noindex + +#- tabbed zathura; noindex +zt() { + tabbed -c zathura "$@" -e +} + #- Написание текстов в Vim write() { # urxvtc -fn 'xft:TrixiePro:pixelsize=20' \