Skip to content

Commit

Permalink
Remove old stuff.
Browse files Browse the repository at this point in the history
  • Loading branch information
nicksergeant committed Dec 1, 2016
1 parent 92fcc78 commit ade3bd0
Showing 1 changed file with 0 additions and 41 deletions.
41 changes: 0 additions & 41 deletions config.fish
Expand Up @@ -25,7 +25,6 @@ set PATH "/usr/local/bin" $PATH
set PATH "/usr/local/sbin" $PATH

set BROWSER open
set PATH "/usr/local/opt/ruby/bin" $PATH
set PATH "/Users/nsergeant/bin" $PATH

set -g -x fish_greeting ''
Expand Down Expand Up @@ -216,10 +215,6 @@ function desk-rails
bundle install;
foreman start;
end
function desk-rails-logs
cd /dev_exclusions/assistly;
tail -f log/development.log;
end
function desk-reporting-updater
cd /dev_exclusions/reporting_updater;
rvm use 2.1.5 --default;
Expand All @@ -235,16 +230,6 @@ function desk-haproxy
cd /dev_exclusions/webclient;
sudo haproxy -f config/haproxy.cfg;
end
function desk-zeus
cd /dev_exclusions/assistly;
rvm use 2.1.5 --default;
bundle exec zeus start;
end
function desk-zeus-server
cd /dev_exclusions/assistly;
rvm use 2.1.5 --default;
bundle exec zeus server;
end
function gpd
git push; make deploy;
end
Expand Down Expand Up @@ -330,23 +315,6 @@ function ti
tmux send-keys -t 2 desk-haproxy ENTER
tmux send-keys -t 3 desk-webclient ENTER

# Zeus
tmux new-window -t primary -a -n zeus
tmux split-window -t zeus -h
tmux split-window -t zeus -v
tmux resize-pane -t 1 -L 1
tmux send-keys -t 2 desk-zeus ENTER
sleep 2
tmux send-keys -t 1 desk-zeus-server ENTER

# Logs
tmux new-window -t primary -a -n logs
tmux split-window -t logs -h
tmux split-window -t logs -v
tmux resize-pane -t 1 -L 1
tmux send-keys -t 1 desk-rails-logs ENTER
tmux send-keys -t 2 desk-reporting-updater ENTER

# Shell
tmux new-window -t primary -a -n shell
tmux split-window -t shell -v
Expand Down Expand Up @@ -420,15 +388,6 @@ set -g -x WORKON_HOME "$HOME/.virtualenvs"
source ~/.config/fish/virtualenv.fish
status --is-interactive; and . (pyenv init -|psub)

# }}}
# Ruby {{{

set PATH "/usr/local/opt/ruby/bin" $PATH
set PATH $HOME/.rbenv/bin $PATH
set PATH $HOME/.rbenv/shims $PATH
rbenv rehash >/dev/null ^&1
# set -x SSL_CERT_FILE /usr/local/etc/cacert.pem

# }}}
# VMs and servers {{{

Expand Down

0 comments on commit ade3bd0

Please sign in to comment.