Git Product home page Git Product logo

Comments (2)

korneltlaczala avatar korneltlaczala commented on August 11, 2024

Hey @abhinitrajput, it does work, it has just been changed

Solution

Just use:

  • cd instead of z
  • cdi instead of zi

Legacy solution

If you wish to keep using the old, shorter z, zi, you can edit your profile.ps1 file

  • Run Edit-Profile function
  • Add this code to the file:
Set-Alias -Name z -Value __zoxide_z
Set-Alias -Name zi -Value __zoxide_zi
  • Save the file

Once you reload the shell, you will have the old commands available (alongside with the cd, cdi commands)

Where was the change

Merging pull request #70 changed the way your powershell session initializes zoxide

New behaviour

I believe, correct me if i'm wrong, that running the line
Invoke-Expression (& { (zoxide init --cmd cd powershell | Out-String) })
sets the alias of cd to __zoxide_z and alias of cdi to __zoxide_zi

You can see that here:

Old behaviour

The line used to be:
Invoke-Expression (& { (zoxide init powershell | Out-String) }), so without the --cmd flag
The default behaviour was to set z as __zoxide_z and z to __zoxide_zi

Summary

In general, you are right.
After the changes z, zi commands are no longer supported by default and have been replaced by cd, cdi

Note

Just know, that you can still use the cd command with its original functionality

from powershell-profile.

abhinitrajput avatar abhinitrajput commented on August 11, 2024

Hello @korneltlaczala

"Thanks for clearing up the doubt."

from powershell-profile.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.