all repos — nixfiles @ 090a0be0655d6a85ee86e11752b6fbcb8e3deec1

System and user configuration, managed by nix and home-manager

fish: store config in out-of-store symlink

Alan Pearce
commit

090a0be0655d6a85ee86e11752b6fbcb8e3deec1

parent

5404bbc0efbb5676466739a19cb166c704f4028b

1 file changed, 17 insertions(+), 0 deletions(-)

changed files
A user/settings/fish/config.fish
@@ -0,0 +1,17 @@
+bind \es __ghq_repository_search +# don't bind ctrl-t, it does nice things on macOS/BSD +set FZF_CTRL_T_COMMAND +set --export FZF_DEFAULT_OPTS '--cycle --layout=reverse --border --height=90% --preview-window=wrap --marker="*"' +fzf_configure_bindings --directory=\cx\cf + +set --global hydro_multiline true +set --global hydro_color_pwd 00AFFF +set --global hydro_color_git 5FD700 +set --global hydro_color_start FF00FF +set --global hydro_color_error D70000 +set --global hydro_color_prompt 5FAF00 +set --global hydro_color_duration 87875F + +if set --query ZED_TERM + set -x EDITOR "zed -w" +end