Execute python script while open terminal

The fish-shell was new to me, so I read the documentation – something I really recommend. Look for the title “Initialisation Files“: http://fishshell.com/docs/current/index.html#initialization So it looked like you call your python scripts from ~/.config/fish/config.fish So I installed fish on my Macbook and I had to create the config.fish file. In that I just placed: ~/gash.py … Read more