Add pryrc, a font and update TERM env
This commit is contained in:
parent
323f3d3764
commit
65a82734f1
8
.pryrc
Normal file
8
.pryrc
Normal file
|
@ -0,0 +1,8 @@
|
|||
require 'rails/application/route_inspector'
|
||||
|
||||
def display_routes
|
||||
Rails.application.reload_routes!
|
||||
routes = Rails.application.routes.routes
|
||||
inspector = Rails::Application::RouteInspector.new
|
||||
puts inspector.format(routes, ENV['CONTROLLER']).join "\n"
|
||||
end
|
4
.zshrc
4
.zshrc
|
@ -27,11 +27,13 @@ export PATH=/usr/local/sbin:/usr/local/bin:${PATH}
|
|||
export PATH="$HOME/bin:$PATH"
|
||||
|
||||
# Unbreak broken, non-colored terminal
|
||||
export TERM=xterm-256color
|
||||
|
||||
alias ls='ls -G'
|
||||
alias ll='ls -lG'
|
||||
alias l='ls -laG'
|
||||
alias duh='du -csh'
|
||||
export GREP_OPTIONS="-nRi --color --exclude-dir=tmp --exclude-dir=log --exclude-dir=public --exclude-dir=vendor/assets --exclude-dir=fonts --exclude-dir=images"
|
||||
export GREP_OPTIONS="-nRi --color --exclude-dir=tmp --exclude-dir=log --exclude-dir=public --exclude-dir=vendor/assets --exclude-dir=fonts --exclude-dir=images --exclude-dir=coverage"
|
||||
|
||||
# Unbreak history
|
||||
export HISTSIZE=10000
|
||||
|
|
BIN
fonts/DroidSansMonoSlashed.ttf
Normal file
BIN
fonts/DroidSansMonoSlashed.ttf
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user