This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# | |
# Command line prompt addon, to autocomplete git commands & branches | |
# as well as show current branch. It is especially useful since it modifies | |
# the terminal prompt & uses colors to distinguish if master is dirty | |
# or the working directory is up to date | |
# | |
# Step 1 | |
# get git-completion.bash from any git repo | |
# https://raw.github.com/git/git/master/contrib/completion/git-completion.bash |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
%%============================================================================================== | |
%% figuring out the best way to catch a gen_server call, when process group ceases to exist | |
%% | |
%% until i figure out why it disappears,i want to catch the current gen call arg's .so IMHO options are | |
%% ( i) recreate the group in the Else, and redo the call | |
%% OR | |
%% (ii) crash wih prev state and redo it somehow (not sure of how but i htink ive seen this being done) | |
%% | |
%% -b101 | |
%%============================================================================================== |
NewerOlder