diff --git a/.bash_aliases b/.bash_aliases index f6b07e8..c489b00 100644 --- a/.bash_aliases +++ b/.bash_aliases @@ -427,7 +427,7 @@ setup-alias() { fi case $commit_files in - './.') commit_message="wip" ;; + './.') ;; *) local trimmed_files diff --git a/.bashrc b/.bashrc index cda59cc..65c4a90 100644 --- a/.bashrc +++ b/.bashrc @@ -239,6 +239,12 @@ _init() { # ─< fzf >──────────────────────────────────────────────────────────────────────────────── if command-exists fzf; then eval "$(fzf --bash)" + + if $blesh; then + ble-import -d integration/fzf-completion + ble-import -d integration/fzf-key-bindings + ble-import -d integration/fzf-menu + fi else echo-missing fzf fi diff --git a/.blerc b/.blerc index 9814ca5..fb4cc8a 100644 --- a/.blerc +++ b/.blerc @@ -239,8 +239,7 @@ bleopt prompt_rps1_transient='' #bleopt prompt_ruler= # no ruler (default) #bleopt prompt_ruler=empty-line # empty line -bleopt prompt_ruler=$'\e[1m\e[90m' # blue line - +bleopt prompt_ruler=$'\e[1m\e[90m─' # blue line ## "prompt_command_changes_layout" specifies whether the commands called from ## the blehook PRECMD or the variable PROMPT_COMMAND output texts to the