Most developers end up creating some sort of dotfiles repo to contain configuration files for their *nix-like machines (macOS, Linux, etc). Rather ...
For further actions, you may consider blocking this person and/or reporting abuse
Do you mind sharing how you alias gstate since it's a script not a function...?
I just put the
gstatefile inside my$PATH. I personally have a folder~/.local/binwhere this stuff lives.So...
alias gstate='bash ~/.local/bin/gstate.sh'
?
Well, if
~/.local/bin/is in your$PATH(if you're on Windows I'm not sure what this would look like), then you can just type "gstate.sh", or just remove the extension and type "gstate". There's no need for the alias in this case.Ooo gotcha.
Fantastic. Thank you! I like your gstate script output. :)