mirror of
https://github.com/szymon-jozef/superior_dotfiles.git
synced 2026-09-07 20:20:38 +02:00
Add .config/fish/functions/zs.fish
This commit is contained in:
4
private_dot_config/private_fish/functions/zs.fish
Normal file
4
private_dot_config/private_fish/functions/zs.fish
Normal file
@@ -0,0 +1,4 @@
|
||||
function zs --description 'zoxide jump with fzf'
|
||||
set -l dir (zoxide query -i)
|
||||
test -n "$dir"; and z "$dir"
|
||||
end
|
||||
Reference in New Issue
Block a user