Ask HN:What does your bash_profile look like?
1–5 of 5 posts
Re: Ask HN:What does your bash_profile look like?
#2You can see the organized contents of that directory here:
Re: Ask HN:What does your bash_profile look like?
#3My actual~/.bash_profile file is very minimal, it just sources each file in ~/.bash/ in turn. You can see the organized contents of that directory here: https://github.com/skx/dotfiles/tree/master/.bash/
Re: Ask HN:What does your bash_profile look like?
#4My actual~/.bash_profile file is very minimal, it just sources each file in ~/.bash/ in turn. You can see the organized contents of that directory here: https://github.com/skx/dotfiles/tree/master/.bash/
Thanks, your "x" function looks useful. May I ask about the organization? Why the NN- prefix for filenames? Some type of standard I'm not aware of?
Re: Ask HN:What does your bash_profile look like?
#5My actual~/.bash_profile file is very minimal, it just sources each file in ~/.bash/ in turn. You can see the organized contents of that directory here: https://github.com/skx/dotfiles/tree/master/.bash/
Thanks, your "x" function looks useful. May I ask about the organization? Why the NN- prefix for filenames? Some type of standard I'm not aware of?
Usually it doesn't matter, but if you have dependencies it allows you to express them in a simple fashion. (e.g. defining a function in one file, and using it in another.)