diff --git a/etc/shell/bash/aliases b/etc/shell/bash/aliases index 8139f94..47959be 100755 --- a/etc/shell/bash/aliases +++ b/etc/shell/bash/aliases @@ -68,13 +68,10 @@ alias pstree="pstree -U -h" #noindex alias mkdir="mkdir -p -v" #noindex alias j="jobs -l" #noindex alias dirs="dirs -v" #noindex +alias watch="watch --color --differences" #noindex alias rg='rg --no-heading --smart-case --color=auto --colors "match:bg:yellow" --colors "match:fg:blue"' #noindex alias xlock="i3lock -i $SHELLRC/etc/wm/img/locker.png" #noindex -alias emerge="emerge --ask" #noindex -alias eww='emerge --update --newuse --deep --with-bdeps=y --complete-graph=y --keep-going=y -av --verbose-conflicts -t @world' #noindex -alias cl-update="cl-update --verbose=on --clean-pkg --with-bdeps --revdep-rebuild=on --stable=off" #noindex - #- Замена стандартных путей для конфигурационных файлов alias newsboat="newsboat -r" #noindex alias mpd="mpd $SHELLRC/etc/media/mpd/mpd.conf" #noindex @@ -91,7 +88,6 @@ alias kz="killall zathura" #noindex alias g=git #noindex alias startx="xinit -- /usr/bin/X" #noindex alias lftp="LFTP_HOME=$SHELLRC/etc/net/lftp lftp" #noindex -alias equery="equery -N" #noindex alias fm="nnn" #noindex alias glow="glow --style light" #noindex diff --git a/etc/shell/bash/aliases_linux b/etc/shell/bash/aliases_linux index f4d929d..65e0fdb 100644 --- a/etc/shell/bash/aliases_linux +++ b/etc/shell/bash/aliases_linux @@ -12,3 +12,9 @@ alias lsh='ls-with-icons --hyperlink' #noindex alias ps="ps -aux" #noindex # alias ping="pingp --nolegend" #noindex +# Gentoo Linux +alias emerge="emerge --ask" #noindex +alias eww='emerge --update --newuse --deep --with-bdeps=y --complete-graph=y --keep-going=y -av --verbose-conflicts -t @world' #noindex +alias cl-update="cl-update --verbose=on --clean-pkg --with-bdeps --revdep-rebuild=on --stable=off" #noindex +alias equery="equery -N" #noindex +