bash - zsh doesn't use my $PATH correct -


मैं ~ / .dotfiles / bin से एक स्क्रिप्ट चलाने की कोशिश करता हूं, लेकिन zsh इसे बजाय बैश नहीं मिला:

  ➜ ~ बिल्ली ~ / .dotfiles / bin / dotfiles-test #! / Bin / bash इको 'नमस्ते विश्व' ➜ ~ गूंज $ पैट / यूआरएस / लॉक / शेयर / एनएमएम / बीन /: / / डीटफ़ाइल / बीन: / यूएसआर / एलओसी / बीबीआई / यूएसआर / एलओसीएल / एसबीएन: / यूएसआर / एलओसीएल / बीन: / यूज़र / बीन: / बीबी: / Usr / sbin: / sbin ➜ ~ dotfiles-test zsh: कमांड नहीं मिला: dotfiles-test ➜ ~ bash bash-3.2 $ source .exports bash-3.2 $ इको $ PATH / usr / local / share / npm / bin /: ~ / .dotfiles / बिन: / usr / स्थानीय / बिन: / usr / स्थानीय / sbin: / usr / स्थानीय / शेयर / NPM / bin /: ~ / .dotfiles / बिन: / usr / स्थानीय / बिन: / usr / स्थानीय / एसबीआई: / usr / local / bin: / usr / bin: / bin: / usr / sbin: / sbin bash-3.2 $ dotfiles-test नमस्ते विश्व bash-3.2 $  

बस ~ / .dotfiles / bin से $ HOME / .dotfiles / bin


Comments

Popular posts from this blog

sqlite3 - UPDATE a table from the SELECT of another one -

c# - Showing a SelectedItem's Property -

javascript - Render HTML after each iteration in loop -