mirror of https://codeberg.org/anemofilia/zero
home-enviroments: radio: Add further configuration for fish-fzf
parent
b489fb6913
commit
1388329a0a
|
@ -376,6 +376,7 @@
|
|||
("__done_notification_command"
|
||||
. "notify-send '$title' '$message'")
|
||||
("FZF_DEFAULT_OPTS" . ("--filepath-word"
|
||||
"--height=~40%"
|
||||
"--layout=reverse"
|
||||
"--scheme=path"
|
||||
"--scroll-off=2"))
|
||||
|
@ -387,6 +388,16 @@
|
|||
"--follow"
|
||||
"--base-directory=$HOME"
|
||||
"--type=directory"))))
|
||||
(config
|
||||
(list (plain-file "fish-fzf.fish"
|
||||
(string-join
|
||||
(list "fzf_configure_bindings"
|
||||
"--directory=@@"
|
||||
"--git_log=@l"
|
||||
"--git_status=@s"
|
||||
"--history=@h"
|
||||
"--processes="
|
||||
"--variables=")))))
|
||||
(aliases
|
||||
`(#|Common aliases|#
|
||||
("df" . "df -h")
|
||||
|
|
Loading…
Reference in New Issue