Closed gontadu closed 8 years ago
Thank you for your pull request. I don’t think this change fits into the bundle.
If you open your .bash_aliases
and switch to the Shell Script grammar, that setting should persist.
If you want this as part of your dotfiles, say, you can declare the type of your favourite bash alias files in your .tm_properties
like this:
[ .bash_aliases ]
fileType = source.shell
Thanks @mkhl - just curious as to WHY this change does not fit the bundle when other files such as .bash_profile do?
.bashrc
, .bash_login
, .bash_profile
and .profile
are all files that the shell loads by default, while .bash_aliases
(for example) is personal preference.
See also the “INVOCATION” section of the man page.
Same as https://github.com/Microsoft/vscode/pull/10333