Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

how to run .bashrc from .zshrc

# You can't "export" your .bashrc to a .zshrc. 
# .bashrc is a file that runs bash commands. 
# .zshrc is a file that runs zsh commands.

# You can't expect zsh to be able to run the bash commands in your .bashrc,
# so you should convert it into a new .zshrc instead of trying to run .bashrc 
# from .zshrc or copying the former into the latter.

# If you want a common shell initialization file for all your shells; 
# use .profile (and remove .bashrc and .zshrc). 
# It's sourced by all POSIX shells. 
# And in there, stick to POSIX shell features only. 
# Then that code will run in any POSIX shell. 
# (Though, I'm not 100% certain that zsh is POSIX compliant).
Comment

PREVIOUS NEXT
Code Example
Shell :: suse linux update 
Shell :: linux service start 
Shell :: git check diff between two repositories 
Shell :: git get access to private repository 
Shell :: handle git diverged 
Shell :: powershell trim trailing spaces 
Shell :: git merge a branch to master/main 
Shell :: github branch to master 
Shell :: spectacle linux 
Shell :: pip install webview error 
Shell :: copy file to remote server 
Shell :: digital ocear error Permission denied (publickey). 
Shell :: create file in linux using cat 
Shell :: Custom Bash Shell 
Shell :: untar all files in a directory 
Shell :: how to install source plugin gatsby 
Shell :: store pass git 
Shell :: vscode update terminal limit 
Shell :: remove last commit from remote 
Shell :: comment installer virtualbox sur kali linux 
Shell :: ubuntu 
Shell :: how to convert colab notebook to html 
Shell :: git remove file from being tracked 
Shell :: fish set environment variable 
Shell :: cat first line 
Shell :: bash append to a file 
Shell :: wget debian 
Shell :: bash cut delimiter multiple spaces 
Shell :: docker run 
Shell :: linux vi 
ADD CONTENT
Topic
Content
Source link
Name
1+5 =