bash-it/lib
Claudia 0fe631ea7c
Make `bash-it reload` preserve working directory
In e5b6869 (part of #1283), a regression was introduced, which caused
`bash-it reload` to return with the working directory set to
`.bash_it` and the original working directory discarded.

The root cause is the function wrapper of `bash-it reload`, which has
always relied on the working directory not to change during execution
of the wrapped code. This assumption no longer holds with the changes
introduced in #1283.

This commit fixes the regression by using `pushd`/`popd` in `bash-it
reload`.
2019-01-02 17:45:43 +01:00
..
appearance.bash adding ability to set theme as a path to specific file 2017-03-24 00:23:12 -08:00
composure.bash Removed reload keyword from composure_keywords(), it is not needed 2018-04-21 19:15:50 +02:00
helpers.bash Make `bash-it reload` preserve working directory 2019-01-02 17:45:43 +01:00
history.bash indentation fix 2016-11-04 18:15:07 +00:00
preexec.bash Check for empty or whitespace PROMPT_COMMAND before appending preexec_invoke_cmd 2016-08-04 15:51:15 -05:00
preview.bash Fixed missing quotes around $BASH_IT variable 2017-06-24 17:31:30 +02:00
search.bash Fix search command for RedHat based distributions 2016-11-14 01:26:10 +01:00