From: pweemeeuw@86491f921da15d6a4dc6e1878fd42750b33f6963 Date: Thu, 26 Nov 2015 21:44:22 +0000 (+0000) Subject: removed X-Git-Tag: archive/raspbian/10.20250416-2+rpi1~1^2~322^2~65 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=1426eb340ace35ba3984974fe10cd4edb7ead95f;p=git-annex.git removed --- diff --git a/doc/forum/Git_annex_assistant_can__39__t_find_rsync_nor_git-annex_on_server/comment_3_caa58d2861e2a37207e2d4b1df927df3._comment b/doc/forum/Git_annex_assistant_can__39__t_find_rsync_nor_git-annex_on_server/comment_3_caa58d2861e2a37207e2d4b1df927df3._comment deleted file mode 100644 index 7e2400425e..0000000000 --- a/doc/forum/Git_annex_assistant_can__39__t_find_rsync_nor_git-annex_on_server/comment_3_caa58d2861e2a37207e2d4b1df927df3._comment +++ /dev/null @@ -1,17 +0,0 @@ -[[!comment format=mdwn - username="pweemeeuw@86491f921da15d6a4dc6e1878fd42750b33f6963" - nickname="pweemeeuw" - subject="Comment 3" - date="2015-11-26T21:04:13Z" - content=""" -Just FYI, to get git-annex on nixos detected, I added the following to $HOME/.ssh/rc (mode rw-------): - - PATH=/home/patrick/bin:/home/patrick/.nix-profile/bin:/run/current-system/sw/bin - -And as aliases are not expanded, I also added a 'which' command in my bin directory: - - #!/run/current-system/sw/bin/bash - type -P $@ - - -"""]]