Skip to content

Instantly share code, notes, and snippets.

@mrchrisadams
Last active December 26, 2015 16:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mrchrisadams/7181094 to your computer and use it in GitHub Desktop.
Save mrchrisadams/7181094 to your computer and use it in GitHub Desktop.
this is hopefully an idiot simple example for fish shell. I'm trying to use this script (https://gist.github.com/burke/5066634) to get boxen, rbenv, and fish playing nicely with each other. I'm approaching the point where I can no longer be arsed with all of this.
# path is
# ~/.config/fish/config.fish
set echo_path "~/.config/fish/echo.fish"
. $echo_path
# add local bindir
# set PATH $PATH ~/bin
# add boxen paths
# set PATH $PATH /opt/boxen/bin /opt/boxen/foreman/bin /opt/boxen/goenv/bin /opt/boxen/goenv/shims /opt/boxen/heroku/bin /opt/boxen/homebrew/bin /opt/boxen/homebrew/sbin /opt/boxen/homebrew/share/python /opt/boxen/leiningen/bin /opt/boxen/nodenv/bin /opt/boxen/nodenv/shims /opt/boxen/phantomenv/bin /opt/boxen/phantomenv/shims /opt/boxen/phpenv/bin /opt/boxen/phpenv/plugins/php-build/bin /opt/boxen/phpenv/shims /opt/boxen/rbenv/bin /opt/boxen/rbenv/plugins/ruby-build/bin /opt/boxen/rbenv/shims # end
# path is
# ~/.config/fish/echo.fish
echo "ZOMG, WHAT AM I DOING WRONG?"
@pikesley
Copy link

chsh -s /bin/bash

I'm not even joking

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment