Open Haroenv opened 8 years ago
Good job and great start :+1:
I am a shell startup freak, so I would consider moving all those aliases to functions, just to save more milliseconds, but that's up to you. It will clutter up your ~/.config/fish/functions, so I see why one would hesitate too.
fish_prompt
will be created every time fish_prompt
runs, i.e, every time. Nothing awful about that, as long as you give them a nice __my_thing
-like prefix you will not run into anything ever.fisher i git_util
for those functions you are creating inside your prompt.ah that's a good point. I'll remove the history file.
convert to functions:
@bucaran