Coder Social home page Coder Social logo

`$.prefix` not work as expected about zx HOT 5 CLOSED

google avatar google commented on May 2, 2024
`$.prefix` not work as expected

from zx.

Comments (5)

nzhl avatar nzhl commented on May 2, 2024 1

there is a saying https://unix.stackexchange.com/questions/1496/why-doesnt-my-bash-script-recognize-aliases that 'alias only expand in a interactive shell, not working in scripts'

but when i wrote a shell script and tried to exec it

#!/usr/local/bin/zsh
source ~/.zshrc
z test;
pwd;

what i got

 ./test.sh
/Users/nzhl/test

from zx.

nzhl avatar nzhl commented on May 2, 2024 1

sorry bro, just figured out that i have used a very old version 1.0.2. All those problems blew away when switched to 1.6.0

from zx.

nzhl avatar nzhl commented on May 2, 2024

Supplement

if i use source in the same line as the cmd exec

#!/usr/bin/env zx

$.shell = '/usr/local/bin/zsh'

await $`source ~/.zshrc;which _z; _z test & pwd`

await $`source ~/.zshrc;which z; z test & pwd`

got

$ source ~/.zshrc;which _z; _z test; pwd
_z () {
    #  definition of _zh
}  # _z is just a function
/nzhl/test   # as expected i.e _z take us to somewhere named test

$ source ~/.zshrc;which z; z test;pwd
z: aliased to _z 2>&1        # z is just alias of _zsh
zsh:1: command not found: z  # question: how the hell did  z command  just disappear ?

from zx.

antonmedv avatar antonmedv commented on May 2, 2024

So what is the zx problem?

from zx.

nzhl avatar nzhl commented on May 2, 2024

So what is the zx problem?

  1. try using echo in prefix, namly $.prefix = echo 123, it won't exec right before every command as expected, no 123 being printed.
  2. zsh alias not working in zx but did work in pure bash script

from zx.

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.