mirror of
https://github.com/Stunkymonkey/dotfiles.git
synced 2025-05-24 19:14:39 +02:00
[shell] add fzf
This commit is contained in:
parent
16aad7f4c5
commit
00759e8963
2 changed files with 5 additions and 0 deletions
|
@ -49,6 +49,7 @@
|
|||
"~/.profile.d/40-mysqlpw.sh": "shell/mysqlpw.sh",
|
||||
"~/.profile.d/90-keychain.sh": "shell/keychain.sh",
|
||||
"~/.profile.d/80-command-not-found.sh": "shell/command-not-found.sh",
|
||||
"~/.profile.d/81-fzf.sh": "shell/fzf.sh",
|
||||
"~/.config/redshift.conf": "redshift/redshift.conf",
|
||||
"~/.config/redshift/hooks/hook.sh": "redshift/hook.sh",
|
||||
"~/.config/pacaur/config": "pacaur/config",
|
||||
|
|
4
shell/fzf.sh
Executable file
4
shell/fzf.sh
Executable file
|
@ -0,0 +1,4 @@
|
|||
#!/bin/sh
|
||||
|
||||
[ -r /usr/share/fzf/key-bindings.bash ] && . /usr/share/fzf/key-bindings.bash
|
||||
[ -r /usr/share/fzf/completion.bash ] && . /usr/share/fzf/completion.bash
|
Loading…
Add table
Add a link
Reference in a new issue