bash-it/lib
Puneeth Chaganti b3ef9ea209 lib/helpers: Don't rm "$profile_path" before writing to it
When the file is being re-created, we write to it, instead of appending to
it. So, the rm here is unnecessary and prevents users from linking the profile
file to another location that is potentially under version control. For
instance, once could link to a profile file located at
"$BASH_IT_CUSTOM/profiles/*.bash_it".
2022-02-16 20:55:08 +05:30
..
appearance.bash lib: Move _has_colors to log module 2020-07-02 20:13:42 +03:00
colors.bash lib/colors: revert #99 2022-01-28 13:08:50 -08:00
helpers.bash lib/helpers: Don't rm "$profile_path" before writing to it 2022-02-16 20:55:08 +05:30
history.bash lib/history: new functions `_bash-it-history-auto-*()` 2022-02-08 16:59:29 -08:00
log.bash lib/log: function `_bash-it-log-prefix-by-path()` 2022-01-09 00:49:44 -08:00
preexec.bash lib: preexec: Properly return if there was a conflict in check_*_conflict 2022-01-26 18:25:37 +02:00
preview.bash lib/preview: add full completion 2022-02-07 15:27:03 -08:00
search.bash lib/search: code cleanup 2022-01-28 13:35:17 -08:00
utilities.bash lib/utilities: autonomize `_bash-it-component-item-is-enabled()` 2022-01-18 11:06:21 -08:00