feat: better zoxide alias and completions
This commit is contained in:
parent
4cd51917fc
commit
c8f53dfe2e
2 changed files with 10 additions and 2 deletions
|
|
@ -43,6 +43,9 @@ in
|
|||
# visual mode, but due to fish_cursor_default, is redundant here
|
||||
set fish_cursor_visual block
|
||||
|
||||
# Completions
|
||||
complete -c c -kfa '(zoxide query -l | sed "s|$HOME|~|")'
|
||||
|
||||
# Variables
|
||||
${exportedVariables}
|
||||
'';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue