diff options
| author | yuzu-eva <cafebabe@disroot.org> | 2025-01-23 12:12:51 +0100 |
|---|---|---|
| committer | yuzu-eva <cafebabe@disroot.org> | 2025-01-23 12:12:51 +0100 |
| commit | d0d92a961496a92db02f01de845a51d1b3974237 (patch) | |
| tree | 8d714eb34642aa5f9d0af228b7c08c8a5adf954b /.config/shell | |
| parent | d167f29c437a8f1a52268fabfa0dda02f7b8ccc9 (diff) | |
back to gentoo
Diffstat (limited to '.config/shell')
| -rw-r--r-- | .config/shell/aliasrc | 30 | ||||
| -rw-r--r-- | .config/shell/profile | 3 |
2 files changed, 24 insertions, 9 deletions
diff --git a/.config/shell/aliasrc b/.config/shell/aliasrc index 92deedd..415c26f 100644 --- a/.config/shell/aliasrc +++ b/.config/shell/aliasrc @@ -37,9 +37,9 @@ alias setkeys='xset r rate 250 30 && setxkbmap -layout us,us -variant dvorak, -o alias padz='perl-rename "s/\d+/sprintf(\"%02d\",$&)/e"' # cp mv and rm always verbose -alias cp='cp -iv' -alias mv='mv -iv' -alias rm='rm -Iv' +alias cp='cp -v' +alias mv='mv -v' +alias rm='rm -v' # colorize grep output alias grep='grep --color=auto -i' @@ -82,9 +82,21 @@ alias dcomm='dfiles commit -m' alias dpush='dfiles push' # package management -alias xbin='sudo xbps-install -S' -alias xbup='sudo xbps-install -Su' -alias xbrm='sudo xbps-remove -R' -alias xbqr='xbps-query --regex -Rs' -alias xbqi='xbps-query -RS' -alias xbqm='xbps-query --list-manual-pkg' +alias qu='equery u' +alias qd='equery d' +alias qg='equery g' +alias qf='equery f' +alias qb='equery b' +alias qy='equery y' + +alias eli='eix -c --installed' +alias els='eix -c --selected' + +alias esync='sudo emaint sync' +alias pemup='emerge -pvuND @world' +alias emup='sudo emerge -vuND @world' +alias pemin='emerge -pv' +alias emin='sudo emerge -v' +alias pemrm='emerge -pvc' +alias emrm='sudo emerge -vc' +alias emsr='emerge -s' diff --git a/.config/shell/profile b/.config/shell/profile index 210e7e4..65f116e 100644 --- a/.config/shell/profile +++ b/.config/shell/profile @@ -19,6 +19,9 @@ export XMODIFIERS='@im=ibus' export VDPAU_DRIVER=radeonsi +export EIX_LIMIT=0 +export EIX_LIMIT_COMPACT=0 + export LC_ALL=en_US.utf8 export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:/usr/local/lib:/usr/local/lib64" |
