From e9ebcff75824a23ab1c27dc9e6fe4dce8f60bc8c Mon Sep 17 00:00:00 2001 From: Connor Olding Date: Mon, 1 Jul 2024 21:58:55 -0700 Subject: [PATCH] add `relog` and `carry` pseudo-aliases --- home/shrc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/home/shrc b/home/shrc index b5af74c..1172191 100644 --- a/home/shrc +++ b/home/shrc @@ -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?