Skip to content

Commit

Permalink
Remove brew commands
Browse files Browse the repository at this point in the history
Temporary fix to keep them from auto-running every time a new session initiates.
  • Loading branch information
kevinSuttle committed Jul 12, 2015
1 parent e623376 commit f3f67c1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion fish/abbreviations.fish
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ abbr -a start_server "python -m SimpleHTTPServer"
abbr -a get_sha "openssl dgst -sha256 <"
abbr -a serve python -m SimpleHTTPServer
abbr -a copyssh "pbcopy < ~/.ssh/id_rsa.pub"
abbr -a update_brew brew update; brew upgrade; brew cleanup; brew prune; brew doctor;

abbr -a efc atom ~/.config/fish/config.fish
abbr -a eff atom ~/.config/fish/functions
Expand Down

0 comments on commit f3f67c1

Please # to comment.