Why Bash and Not Zsh? [20210309155400]

แชร์
ฝัง
  • เผยแพร่เมื่อ 6 พ.ย. 2024

ความคิดเห็น • 11

  • @marcchantreux8920
    @marcchantreux8920 วันที่ผ่านมา

    also:
    No Exported Functions
    I really don't understand what you mean by that. source, autoload, setopt pathdir: what are you missing ?
    No Support for Variable Name References
    of course there are variable symbolic reference a=hello; b=a; echo ${(P)b}
    you can also print in a variable
    print -v $b wow; print $a

  • @cpakkala
    @cpakkala 3 ปีที่แล้ว +1

    Point taken, but if you want to fix your zsh prompt try setopt prompt_subst

  • @Babs42
    @Babs42 8 หลายเดือนก่อน +1

    Neither one is 100% POSIX compliant and they both have their own special -isms. Who cares what shell you use. If I wanted create a super portable shell script, I'd write it in Bourne shell and use no bash-isms or zsh-isms. I would use Antigen or ziimfw and avoid oh-my-zsh like the plague or only install some modules/plugins if you find them useful.

  • @pragmaticmeru4323
    @pragmaticmeru4323 3 ปีที่แล้ว +1

    what text font do you have? look pretty nice

    • @meuko
      @meuko 6 หลายเดือนก่อน

      Seems to be "ubuntumono"

  • @jwc865
    @jwc865 2 ปีที่แล้ว +1

    why not use Starship as your prompt ?

    • @cherryramatis2508
      @cherryramatis2508 2 ปีที่แล้ว +1

      Because it’s easy to configure it on bashrc

    • @JoseGarcia-qq6sk
      @JoseGarcia-qq6sk ปีที่แล้ว

      Shell and prompt are not the same thing

  • @patrickprucha5522
    @patrickprucha5522 11 หลายเดือนก่อน

    Very good points!!

  • @patrickprucha5522
    @patrickprucha5522 11 หลายเดือนก่อน

    actually i really like bash!!!

  • @fmned0112
    @fmned0112 11 หลายเดือนก่อน

    Mr " I cant learn something , because I will forget something else I learned " lol. I dont know anything about terminals really but this guy seems pretty whiny.