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:
parent
835b871ec2
commit
e9ebcff758
1 changed files with 6 additions and 0 deletions
|
@ -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?
|
||||
|
|
Loading…
Add table
Reference in a new issue