mirror of
https://github.com/Llewellynvdm/zoxide.git
synced 2024-11-17 10:35:12 +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
|
||||
```
|
||||
|
||||
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
|
||||
omf install https://github.com/ajeetdsouza/zoxide
|
||||
```
|
||||
|
@ -6,9 +6,7 @@ function z
|
||||
cd (string sub -s 8 -- "$_Z_RESULT")
|
||||
commandline -f repaint
|
||||
case '*'
|
||||
if test -n "$_Z_RESULT"
|
||||
echo "$_Z_RESULT"
|
||||
end
|
||||
echo -n "$_Z_RESULT"
|
||||
end
|
||||
end
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user