mirror of
https://github.com/lloeki/dotfiles.git
synced 2025-12-06 07:24:39 +01:00
Fix for Linux and make consistent
This commit is contained in:
parent
e317caaa8f
commit
9ca56d83c7
42 changed files with 106 additions and 52 deletions
5
bash/fzf
5
bash/fzf
|
|
@ -1,6 +1,3 @@
|
|||
# shellcheck shell=bash
|
||||
# vim: ft=sh
|
||||
|
||||
if type fzf 1>/dev/null 2>/dev/null; then
|
||||
|
||||
__fzf_select__() {
|
||||
|
|
@ -58,3 +55,5 @@ bind '"\C-r": " \C-e\C-u`__fzf_history__`\e\C-e\e^\er"'
|
|||
bind '"\ec": " \C-e\C-u`__fzf_cd__`\e\C-e\er\C-m"'
|
||||
|
||||
fi
|
||||
|
||||
# vim: ft=bash
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue