1
0
Fork 0
mirror of https://github.com/notwa/rc synced 2025-02-05 07:43:22 -08:00

add relog and carry pseudo-aliases

This commit is contained in:
Connor Olding 2024-07-01 21:58:55 -07:00
parent 835b871ec2
commit e9ebcff758

View file

@ -194,6 +194,12 @@ makepkgf() ### @- make the freakin' package!
rakef() ### @- make the freakin' gem!
{ rake && gem build *.gemspec && gem install *.gem "$@"; }
relog() ### @- log on again to refresh your unix groups, etc.
{ exec su - "${USER:?}"; }
carry() ### @- copy files in a plain way using rsync. affected by umask.
{ rsync -Hlrt --no-p --no-g --chmod=ugo=rwX; }
alias 0x0.st="oxo"
alias oshi.at="oshi"
alias pastel='pastel -f' # why would i want to use a color utility without colors?