|
|
|
@ -7,15 +7,13 @@
@@ -7,15 +7,13 @@
|
|
|
|
|
alias ~='cd ~' #noindex |
|
|
|
|
alias ..='cd ..' #noindex |
|
|
|
|
alias .-='cd -' #noindex |
|
|
|
|
alias pd="pushd" #noindex |
|
|
|
|
alias po="popd" #noindex |
|
|
|
|
|
|
|
|
|
#- Удаление, перемещение и копирование с подтверждением |
|
|
|
|
#+ Строка прогресса: |
|
|
|
|
#+ http://beatex.org/web/advancedcopy.html |
|
|
|
|
#+ https://github.com/mrdrogdrog/advcpmv |
|
|
|
|
alias mv='mv -g -i -v' #noindex |
|
|
|
|
alias cp='cp -g -i -v -r' #noindex |
|
|
|
|
# alias mv='mv -g -i -v' #noindex |
|
|
|
|
# alias cp='cp -g -i -v -r' #noindex |
|
|
|
|
|
|
|
|
|
alias mv='mv -i -v' #noindex |
|
|
|
|
alias cp='cp -i -v -r' #noindex |
|
|
|
@ -44,7 +42,6 @@ alias pstree="pstree -U -h" #noindex
@@ -44,7 +42,6 @@ alias pstree="pstree -U -h" #noindex
|
|
|
|
|
alias mkdir="mkdir -p -v" #noindex |
|
|
|
|
alias j="jobs -l" #noindex |
|
|
|
|
alias dirs="dirs -v" #noindex |
|
|
|
|
alias gq="geeqie . &" #noindex |
|
|
|
|
alias emerge="emerge --ask" #noindex |
|
|
|
|
alias rg='rg --no-heading --smart-case --color=auto --colors "match:bg:yellow" --colors "match:fg:blue"' #noindex |
|
|
|
|
alias eww='emerge --update --newuse --deep --with-bdeps=y --complete-graph=y --keep-going=y -av --verbose-conflicts -t @world' #noindex |
|
|
|
@ -64,7 +61,6 @@ alias figlet="figlet -f $SHELLRC/etc/soft/figlet/fonts/standard.flf" #noindex
@@ -64,7 +61,6 @@ 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 sendemail="sendemail -l $LOGDIR/sendemail" #noindex |
|
|
|
|
alias g=git #noindex |
|
|
|
|
alias startx="xinit -- /usr/bin/X" #noindex |
|
|
|
|
alias lftp="LFTP_HOME=$SHELLRC/etc/net/lftp lftp" #noindex |
|
|
|
|