-
I frequently receive this error when issuing a `brew update`:
``` bash
error: The requested URL returned error: 403 while accessing http://github.com/mxcl/homebrew.git/info/refs
fatal: HTTP request f…
akiva updated
8 years ago
-
In the original versions of Machine, commands like `docker-machine start` (without any arguments) would automatically run against the "active" machine. This was fine when Machine was directly embedde…
-
I find my self working with both python 2 and python 3, and it would be convenient if you could switch between `pylint` for python3 and `pylint2` for python 2.
In the package settings you could set …
-
As we have been using CloudFoundry in many projects, we've been interested in some way to automatically switch to the right organization/space when we `cd` into a project directory. This is definitely…
-
While I know it's a terrible practice to have spaces in the name of your folders, it should still work. Here is a "test case" demonstrating that it doesn't work for me.
```
~ % mkdir 'hello world'
~ …
-
![screenshot from 2015-05-01 16 06 38](https://cloud.githubusercontent.com/assets/5393353/7429258/1ded08a4-f01c-11e4-94fe-e782bf216950.png)
As seen from the above picture, 'rmdir' causes fuck to beha…
ghost updated
9 years ago
-
Currently we use a local_settings.py file to contain settings such as database connection information. Let's change that to use environment variables.
This task is complete when:
- [ ] All settings…
-
Currently $AUTOENV_FILE_LEAVE defaults to `.env.leave`, which `.env` is being used for "enter".
I am using `AUTOENV_FILE_LEAVE=.env` myself from the beginning.
I find it more convenient to have it i…
-
Should the vars meant to be used by the `.env` file get renamed, e.g. without leading `_` and/or uppercased?
See https://github.com/Tarrasch/zsh-autoenv/blob/master/autoenv.zsh#L198
-
We already have the following:
```
alias cd..='cd ..'
alias cd...='cd ../..'
alias cd....='cd ../../..'
alias cd.....='cd ../../../..'
```
I suggest we could add this also:
```
alias -g ...='../..'…