mirror of
https://github.com/keanuplayz/dotfiles.git
synced 2026-06-14 20:57:52 +00:00
3 lines
160 B
Bash
3 lines
160 B
Bash
_fzf_history_list() {
|
|
fc -lr 1 | sed "s/^[[:space:]]*[0-9][0-9]*/${${${fg[blue]//\\/\\\\}//\//\\\/}//&/\\&}&${${${reset_color//\\/\\\\}//\//\\\/}//&/\\&}/"
|
|
}
|