๐ŸŸ My personal dotfiles
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix pryrc

Signed-off-by: David Celis <me@davidcel.is>

+1 -1
+1 -1
pryrc
··· 1 1 Pry.config.theme = 'tomorrow' 2 2 3 - pwd = Dir.pwd.sub(ENV['CODE'], '~Code').sub(ENV['HOME'], '~') 3 + pwd = Dir.pwd.sub(ENV['DEVELOPER'], '~Developer').sub(ENV['HOME'], '~') 4 4 pwd = pwd.split('/') 5 5 pwd = pwd[-2,2] if pwd.size > 2 6 6