Fix command.
This commit is contained in:
parent
7bd999a9e7
commit
7b17465eb1
2 changed files with 3 additions and 2 deletions
|
|
@ -1,7 +1,8 @@
|
||||||
// conkerorrc -*- Javascript -*-
|
// conkerorrc -*- Javascript -*-
|
||||||
// Configuration for Conkeror web browser.
|
// Configuration for Conkeror web browser.
|
||||||
// To use as my configuration, I did the following command:
|
// To use as my configuration, I did the following command:
|
||||||
// ln -s conkerorrc $HOME/.conkerorrc
|
// /bin/ln -sf `pwd`/conkerorrc $HOME/.conkerorrc
|
||||||
|
|
||||||
|
|
||||||
// Copyright © 2009, 2010, 2013, Bradley M. Kuhn
|
// Copyright © 2009, 2010, 2013, Bradley M. Kuhn
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,3 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
/bin/ln -sf conkerorrc $HOME/.conkerorrc
|
/bin/ln -sf `pwd`/conkerorrc $HOME/.conkerorrc
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue