Laravel Tutorials

Make Homestead Tab Complete Case Insensitive

Published

I use ohmyzsh for my local shell and one feature that really spoils me is the ability to tab complete without matching the case.

By default, Ubuntu and Homestead do not have this but support can be easily added by running the following command inside your VM:

echo set completion-ignore-case on | sudo tee -a /etc/inputrc

Next, exit the VM and ssh back in. Your tab completion should now be case insensitive.

Hat tip to Matt Stenson for this.

Eric L. Barnes photo

Eric is the creator of Laravel News and has been covering Laravel since 2012.

Sponsored

acquaintsoft logo
Acquaint Softtech

Hire Laravel developers with AI expertise at $20/hr. Get started in 48 hours.

Visit Acquaint Softtech

The latest

View all →
Laravel Rulebook: Business Rules That Change by Date image

Laravel Rulebook: Business Rules That Change by Date

Read article
Taylor disabled GitHub Issues on most Laravel open-source packages. image

Taylor disabled GitHub Issues on most Laravel open-source packages.

Read article
Exclude Vendor and Default Commands in `php artisan dev` image

Exclude Vendor and Default Commands in `php artisan dev`

Read article
The Laracon Archive image

The Laracon Archive

Read article
Group Adjacent Collection Items in Laravel with chunkBy() image

Group Adjacent Collection Items in Laravel with chunkBy()

Read article
Laravel queue:work Now Prints Why the Worker Stopped image

Laravel queue:work Now Prints Why the Worker Stopped

Read article