Browse Source

bash, aliases: ++

Maxim Likhachev 5 years ago
parent
commit
da669e6b72
  1. 2
      etc/shell/bash/aliases
  2. 2
      etc/shell/bash/aliases_linux
  3. 2
      etc/shell/bash/bashrc_linux

2
etc/shell/bash/aliases

@ -73,6 +73,7 @@ alias xlock="i3lock -i $SHELLRC/etc/wm/img/locker.png" #noindex @@ -73,6 +73,7 @@ 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
@ -90,6 +91,7 @@ alias kz="killall zathura" #noindex @@ -90,6 +91,7 @@ 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

2
etc/shell/bash/aliases_linux

@ -10,5 +10,5 @@ alias lst='ls-with-icons -al --time-style=+%D | grep $(\date +%D)' #noindex @@ -10,5 +10,5 @@ alias lst='ls-with-icons -al --time-style=+%D | grep $(\date +%D)' #noindex
alias lsh='ls-with-icons --hyperlink' #noindex
alias ps="ps -aux" #noindex
alias ping="pingp --nolegend" #noindex
# alias ping="pingp --nolegend" #noindex

2
etc/shell/bash/bashrc_linux

@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
# Настройка путей
path++ $SHELLRC/etc/shell/cw/def PATH
path++ $SHELLRC/bin/cw/bin:$SHELLRC/bin/cw/def PATH
path++ $SHELLRC/bin/app:$SHELLRC/bin/dmenu:$SHELLRC/bin/musca:$SHELLRC/bin/exec PATH
path++ $SHELLRC/bin:$SHELLRC/bin/scripts:$SHELLRC/bin/hub PATH

Loading…
Cancel
Save