0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

zoxideがパスを保存してくれない場合、zoxideの設定を最後に書くと動く

Last updated at Posted at 2025-01-05

タイトル通りです。

僕はPowerShellでzoxideを使っています。とても便利だからです。

ただある時からいまいち使えなくなりました。「いまいち」というのは、完全に動かないわけではないのです。新しいパスにショートカット移動できない、けれど今まで使えていたパスへのショートカット移動はできるのです。

ziというzoxideのインタラクティブモードでやっても新しいパスは候補に出てこない。「C:\users\(username)\AppData\Local\zoxide\db.zo」を直接見ても入ってない。動いていたころのパスしかない。

なんでだろう?と調べたところ、zoxideの設定は$profileの最後で実行する、とのこと。
z not adding to db in powershell · ajeetdsouza/zoxide · Discussion #293

今まで$profileの先頭にあったInvoke-Expression (& { (zoxide init powershell | Out-String) })を最後にもってきたら解決しました。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?