Browse Source

bash, aliases: ++watch; move gentoo aliases to aliases_linux

Maxim Likhachev 5 years ago
parent
commit
0bbf5d1d36
  1. 6
      etc/shell/bash/aliases
  2. 6
      etc/shell/bash/aliases_linux

6
etc/shell/bash/aliases

@ -68,13 +68,10 @@ alias pstree="pstree -U -h" #noindex @@ -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 @@ -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

6
etc/shell/bash/aliases_linux

@ -12,3 +12,9 @@ alias lsh='ls-with-icons --hyperlink' #noindex @@ -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

Loading…
Cancel
Save