Joined May 2013
·
Posted to
Git: See current branch name in terminal prompt
over 1 year
ago
You may want to check the __git_ps1
bash function distributed with git:
http://stackoverflow.com/questions/4133904/ps1-line-with-git-current-branch-and-colors
Posted to
Setting Supervisor to *really* stop Django runserver
over 1 year
ago
I had trouble with this some time ago, if you use the "--noreload" argument Django will create a single process.
Achievements
70 Karma
0 Total ProTip Views
Nephila Komaci
Have at least one original repos where PHP is the dominant language
Walrus
The walrus is no stranger to variety. Use at least 4 different languages throughout all your repos
Forked
Have a project valued enough to be forked by someone else
Charity
Fork and commit to someone's open source project in need
Python 3
Have at least three original repos where Python is the dominant language
Python
Would you expect anything less? Have at least one original repo where Python is the dominant language
Cub
Have at least one original jQuery or Prototype open source repo
Are you aware of the "vi mode" in bash? You get the HJKL movements and much more with
set -o vi
.It starts in the insert mode, if you press ESC you can use most vi key bindings.