dockerfiles icon indicating copy to clipboard operation
dockerfiles copied to clipboard

[ubuntu-dev] install and pre-configure zsh, and maybe fish

Open jankeromnes opened this issue 7 years ago • 2 comments

We currently set up Bash and pre-configure a ~/.bashrc file with many useful features.

It would be nice to do the same for Zsh, and maybe Fish too.

jankeromnes avatar Oct 04 '17 14:10 jankeromnes

This means it would probably be useful to have some sort of generic ~/.shellrc called by ~/.bashrc, ~/.zshrc and ~/.fishrc.

jankeromnes avatar Oct 19 '17 11:10 jankeromnes

For Fish, their documentation says that it looks for ~/.config/fish/config.fish, should we symlink ~/.fishrc or just use their config options?

Coder206 avatar Dec 14 '18 03:12 Coder206