From b0ae565dbfe9ff3aa43963d58517d9f26749232d Mon Sep 17 00:00:00 2001 From: Bruno Carlin Date: Tue, 11 Feb 2025 15:23:05 +0100 Subject: [PATCH] feat(fish): add jj completions --- fish/.config/fish/config.fish | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/fish/.config/fish/config.fish b/fish/.config/fish/config.fish index d447847..e92f697 100644 --- a/fish/.config/fish/config.fish +++ b/fish/.config/fish/config.fish @@ -15,13 +15,6 @@ for f in (ls $HOME/.ssh/*.pub); end end -# Start X at login -#if status is-login -# if test -z "$DISPLAY" -a "$XDG_VTNR" = 1 -a -z "$TMUX" -# exec startx -- -keeptty -# end -#end - # Start Sway at login if status is-login if test -z "$WAYLAND_DISPLAY" -a "$XDG_VTNR" = 1 -a -z "$TMUX" @@ -32,3 +25,5 @@ end set -x GOPATH ~/.go set -x EDITOR nvim +COMPLETE=fish jj | source +