Added a comment: Also with standalone git-annex
This commit is contained in:
parent
9309099e26
commit
5c4efd3763
1 changed files with 16 additions and 0 deletions
|
@ -0,0 +1,16 @@
|
||||||
|
[[!comment format=mdwn
|
||||||
|
username="pweemeeuw@86491f921da15d6a4dc6e1878fd42750b33f6963"
|
||||||
|
nickname="pweemeeuw"
|
||||||
|
subject="Also with standalone git-annex"
|
||||||
|
date="2015-11-26T20:58:49Z"
|
||||||
|
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
|
||||||
|
|
||||||
|
As aliases are not expanded, I added a 'which' command in my bin directory:
|
||||||
|
|
||||||
|
#!/run/current-system/sw/bin/bash
|
||||||
|
type -P $@
|
||||||
|
|
||||||
|
"""]]
|
Loading…
Add table
Add a link
Reference in a new issue