feat(fish): add jj completions
This commit is contained in:
parent
d790c59b6a
commit
b0ae565dbf
1 changed files with 2 additions and 7 deletions
|
@ -15,13 +15,6 @@ for f in (ls $HOME/.ssh/*.pub);
|
||||||
end
|
end
|
||||||
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
|
# Start Sway at login
|
||||||
if status is-login
|
if status is-login
|
||||||
if test -z "$WAYLAND_DISPLAY" -a "$XDG_VTNR" = 1 -a -z "$TMUX"
|
if test -z "$WAYLAND_DISPLAY" -a "$XDG_VTNR" = 1 -a -z "$TMUX"
|
||||||
|
@ -32,3 +25,5 @@ end
|
||||||
set -x GOPATH ~/.go
|
set -x GOPATH ~/.go
|
||||||
set -x EDITOR nvim
|
set -x EDITOR nvim
|
||||||
|
|
||||||
|
COMPLETE=fish jj | source
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue