summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar pweemeeuw@86491f921da15d6a4dc6e1878fd42750b33f6963 <pweemeeuw@web>2015-11-26 21:04:13 +0000
committerGravatar admin <admin@branchable.com>2015-11-26 21:04:13 +0000
commit778e0ffcd8e3e77a489b9091c62eda9b78a42277 (patch)
treedf0c57b7aa736cbd695f00876f35b6500d7ba965 /doc
parentcfe9ac5eacbb70a9b8e07c14e39ec586b2c761da (diff)
Added a comment: Comment 3
Diffstat (limited to 'doc')
-rw-r--r--doc/forum/Git_annex_assistant_can__39__t_find_rsync_nor_git-annex_on_server/comment_3_caa58d2861e2a37207e2d4b1df927df3._comment17
1 files changed, 17 insertions, 0 deletions
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
new file mode 100644
index 000000000..7e2400425
--- /dev/null
+++ b/doc/forum/Git_annex_assistant_can__39__t_find_rsync_nor_git-annex_on_server/comment_3_caa58d2861e2a37207e2d4b1df927df3._comment
@@ -0,0 +1,17 @@
+[[!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 $@
+
+
+"""]]