mirror of
https://github.com/Llewellynvdm/zoxide.git
synced 2024-11-17 02:25:15 +00:00
Small fixes
This commit is contained in:
parent
e6879744c5
commit
f6822c06ad
@ -84,7 +84,7 @@ Using [fisher](https://github.com/jorgebucaran/fisher):
|
|||||||
fisher add ajeetdsouza/zoxide
|
fisher add ajeetdsouza/zoxide
|
||||||
```
|
```
|
||||||
|
|
||||||
Using [omf](https://github.com/oh-my-fish/oh-my-fish):
|
Using [oh-my-fish](https://github.com/oh-my-fish/oh-my-fish):
|
||||||
```sh
|
```sh
|
||||||
omf install https://github.com/ajeetdsouza/zoxide
|
omf install https://github.com/ajeetdsouza/zoxide
|
||||||
```
|
```
|
||||||
|
@ -6,9 +6,7 @@ function z
|
|||||||
cd (string sub -s 8 -- "$_Z_RESULT")
|
cd (string sub -s 8 -- "$_Z_RESULT")
|
||||||
commandline -f repaint
|
commandline -f repaint
|
||||||
case '*'
|
case '*'
|
||||||
if test -n "$_Z_RESULT"
|
echo -n "$_Z_RESULT"
|
||||||
echo "$_Z_RESULT"
|
|
||||||
end
|
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user