|
|
|
@ -35,7 +35,6 @@ alias dfc='dfc -t apfs,ext4,fuseblk -w' #noindex
@@ -35,7 +35,6 @@ alias dfc='dfc -t apfs,ext4,fuseblk -w' #noindex
|
|
|
|
|
alias du='du -hs' #noindex |
|
|
|
|
alias free="free -m" #noindex |
|
|
|
|
alias wget='wget -c -T 5' #noindex |
|
|
|
|
alias ps="ps -aux" #noindex |
|
|
|
|
alias grep='grep -E -i --color=auto' #noindex |
|
|
|
|
alias tree="tree -CAFa" #noindex |
|
|
|
|
alias crontab_i="crontab $CRON" #noindex |
|
|
|
@ -45,7 +44,6 @@ alias pstree="pstree -U -h" #noindex
@@ -45,7 +44,6 @@ alias pstree="pstree -U -h" #noindex
|
|
|
|
|
alias mkdir="mkdir -p -v" #noindex |
|
|
|
|
alias j="jobs -l" #noindex |
|
|
|
|
alias dirs="dirs -v" #noindex |
|
|
|
|
alias ping="pingp --nolegend" #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 |
|
|
|
|