Blog Discussion
system at August 12th, 2014 04:48 — #1
I've been using Linux since 2007 and since then I've gradually been learning more and more about Linux's killer app, the Terminal. As my career is developing I find I spend more and more time in the shell and I'm constantly finding quicker and easier ways to do common things using the command line.
This is a companion discussion topic for the original entry at http://developer.onepagecrm.com/blog/2014/08/11/fish-shell.html
dan at December 3rd, 2014 10:29 — #2
For the next person who converts to fish from bash..
Don't forget to add the fish plugins in the fish config file or rails won't work
In ~/.config/fish/config.fish
add
set fish_plugins rbenv rails git sublime
Powered by Discourse, best viewed with JavaScript enabled