diff --git a/etc/shell/bash/aliases b/etc/shell/bash/aliases index c50c97a..e26a0a2 100755 --- a/etc/shell/bash/aliases +++ b/etc/shell/bash/aliases @@ -307,7 +307,7 @@ ttr() { } #- type с подсветкой синтаксиса -function type() { #noindex +function get_type() { #noindex command type "$1" | source-highlight \ --src-lang=sh \ -f esc \ @@ -316,6 +316,7 @@ function type() { #noindex --style-file=$SHELLRC/etc/soft/source-hl/default.style echo } +alias :?="get_type" #- Ссылка на книгу для чтения toread() {