Skip to content

axonasif/bashenv.zsh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

bashenv.zsh

Load bash environment inside your zsh session. Useful for Gitpod and also local PC usage (to avoid restarting PC).

Installation

It's recommended that you append this script at the very beginning of the top-level zshrc (i.e. /etc/zsh/zshrc [usually])

I highly encourage you to read the (tiny) script before proceeding: ./src/lib.sh

After you've understood what it does, run the following command(s):

data="$(curl -sSL "https://raw.githubusercontent.com/axonasif/bashenv.zsh/master/src/lib.sh")bashenv.zsh"
echo "$data" >> ~/.zshrc

Now restart your shell:

exec zsh -l

Note: This is auto installed from dotsh.

About

Load bash environment inside your zsh session. Useful for Gitpod and also local PC usage (to avoid restarting PC).

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages