finally add a shorthand helper script for rsyncing repos to machines
This commit is contained in:
parent
02da74da11
commit
5c71ee1ab5
|
@ -453,7 +453,8 @@ in
|
||||||
binpath() {
|
binpath() {
|
||||||
realpath $(${pkgs.which}/bin/which $1)
|
realpath $(${pkgs.which}/bin/which $1)
|
||||||
}
|
}
|
||||||
'';
|
''
|
||||||
|
+ (import ./scripts/reporsync.nix {inherit pkgs;});
|
||||||
|
|
||||||
|
|
||||||
oh-my-zsh = {
|
oh-my-zsh = {
|
||||||
|
|
Loading…
Reference in a new issue