summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar https://www.google.com/accounts/o8/id?id=AItOawmTIL7ubr5opWM69Q5VtCxuxC2H0SSnzic <Petr@web>2014-04-29 21:42:39 +0000
committerGravatar admin <admin@branchable.com>2014-04-29 21:42:39 +0000
commit879a359fc61e85113f177a5f78df44421da544f2 (patch)
tree1c03d2185ec41524bbb089d2517be7d14bdc9192
parentf0f48e6509511462bade1005d34dbb23be08e66d (diff)
Added a comment: SOLVED
-rw-r--r--doc/bugs/ssh_remote_sync_only_metadata___40__git-annex-shell_not_found__41__/comment_3_9d8f9346b8c931815fa4967835b67560._comment21
1 files changed, 21 insertions, 0 deletions
diff --git a/doc/bugs/ssh_remote_sync_only_metadata___40__git-annex-shell_not_found__41__/comment_3_9d8f9346b8c931815fa4967835b67560._comment b/doc/bugs/ssh_remote_sync_only_metadata___40__git-annex-shell_not_found__41__/comment_3_9d8f9346b8c931815fa4967835b67560._comment
new file mode 100644
index 000000000..03843c2a2
--- /dev/null
+++ b/doc/bugs/ssh_remote_sync_only_metadata___40__git-annex-shell_not_found__41__/comment_3_9d8f9346b8c931815fa4967835b67560._comment
@@ -0,0 +1,21 @@
+[[!comment format=mdwn
+ username="https://www.google.com/accounts/o8/id?id=AItOawmTIL7ubr5opWM69Q5VtCxuxC2H0SSnzic"
+ nickname="Petr"
+ subject="SOLVED"
+ date="2014-04-29T21:42:39Z"
+ content="""
+You were right.
+When executed command over SSH it does not perform login (so .**rc files are not necessarily loaded).
+
+Zsh:
+.zprofile or rather .zshenv (is loaded, use these to set PATH)
+Note: .profile is not loaded at all (it's Bash stuff)
+
+Bash:
+.bashrc is said to be loaded but not .profile
+
+See:
+http://shreevatsa.wordpress.com/2008/03/30/zshbash-startup-files-loading-order-bashrc-zshrc-etc/
+http://superuser.com/questions/187639/zsh-not-hitting-profile
+https://wiki.archlinux.org/index.php/zsh
+"""]]