Browse Source

bash: aliases: ++zt, tabbed zathura

Maxim Likhachev 5 years ago
parent
commit
416b29f01e
  1. 10
      etc/shell/bash/aliases

10
etc/shell/bash/aliases

@ -59,8 +59,6 @@ alias lsi="TERM=xterm-256color lsi" #noindex @@ -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() { @@ -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' \

Loading…
Cancel
Save